Skip to content

Commit

Permalink
docs: Fixed typo (angular#27669)
Browse files Browse the repository at this point in the history
PR Close angular#27669
  • Loading branch information
sharathgeorgem authored and IgorMinar committed Dec 19, 2018
1 parent 1cf99f5 commit 1351467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/tutorial/toh-pt5.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ When you’re done, users will be able to navigate the app like this:

## Add the `AppRoutingModule`

An Angular best practice is to load and configure the router in a separate, top-level module
In Angular, the best practice is to load and configure the router in a separate, top-level module
that is dedicated to routing and imported by the root `AppModule`.

By convention, the module class name is `AppRoutingModule` and it belongs in the `app-routing.module.ts` in the `src/app` folder.
Expand Down

0 comments on commit 1351467

Please sign in to comment.