diff --git a/aio/content/tutorial/toh-pt5.md b/aio/content/tutorial/toh-pt5.md index 623f64b841..d7c8c01160 100644 --- a/aio/content/tutorial/toh-pt5.md +++ b/aio/content/tutorial/toh-pt5.md @@ -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.