Skip to content

Commit

Permalink
fix(docs): fix incorrect component mention (#375)
Browse files Browse the repository at this point in the history
Closes #286
  • Loading branch information
nnixaa authored Apr 19, 2018
1 parent 3895c81 commit 3fcbb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/auth-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export const routes: Routes = [
},
{
path: 'login',
component: NgxRegisterComponent,
component: NgxLoginComponent,
},
{
path: 'register',
Expand Down

0 comments on commit 3fcbb61

Please sign in to comment.