Skip to content

Commit 8fdd702

Browse files
sharathgeorgemmhevery
authored andcommitted
docs: Fixed typo (angular#27669)
PR Close angular#27669
1 parent 1b6c4e7 commit 8fdd702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/tutorial/toh-pt5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When you’re done, users will be able to navigate the app like this:
1717

1818
## Add the `AppRoutingModule`
1919

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

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

0 commit comments

Comments
 (0)