diff --git a/aio/content/tutorial/toh-pt5.md b/aio/content/tutorial/toh-pt5.md index eacccf56b9..94916e7ba8 100644 --- a/aio/content/tutorial/toh-pt5.md +++ b/aio/content/tutorial/toh-pt5.md @@ -600,7 +600,7 @@ Here are the code files discussed on this page and your app should look like thi ## Summary * You added the Angular router to navigate among different components. -* You turned the `AppComponent` into a navigation shell with a links and a ``. +* You turned the `AppComponent` into a navigation shell with `` links and a ``. * You configured the router in an `AppRoutingModule` * You defined simple routes, a redirect route, and a parameterized route. * You used the `routerLink` directive in anchor elements.