From f01b0337d21f01351a6f3ecba565781c37a58826 Mon Sep 17 00:00:00 2001 From: David Martinez Barreiro Date: Tue, 14 Jul 2020 11:54:21 +0200 Subject: [PATCH] docs(router): fix typo in "spotlight on pathmatch" (#38039) https://angular.io/guide/router-tutorial-toh#pathmatch PR Close #38039 --- aio/content/guide/router-tutorial-toh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/router-tutorial-toh.md b/aio/content/guide/router-tutorial-toh.md index dbe19ca4bb..31c421f657 100644 --- a/aio/content/guide/router-tutorial-toh.md +++ b/aio/content/guide/router-tutorial-toh.md @@ -311,7 +311,7 @@ In this app, the router should select the route to the `HeroListComponent` only Remember to restore the redirect to `pathMatch = 'full'`. Learn more in Victor Savkin's - [post on redirects](http://vsavkin.tumblr.com/post/146722301646/ angular-router-empty-paths-componentless-routes). + [post on redirects](http://vsavkin.tumblr.com/post/146722301646/angular-router-empty-paths-componentless-routes).