docs: Fixed typo (#27669)

PR Close #27669
This commit is contained in:
Sharath George M 2018-12-14 14:06:26 +05:30 committed by Miško Hevery
parent 1b6c4e7ae0
commit 8fdd702245
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ When youre 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.