docs(router): fix typo in "spotlight on pathmatch" (#38039)

https://angular.io/guide/router-tutorial-toh#pathmatch

PR Close #38039
This commit is contained in:
David Martinez Barreiro 2020-07-14 11:54:21 +02:00 committed by Andrew Scott
parent 4ec3026a9a
commit f01b0337d2
1 changed files with 1 additions and 1 deletions

View File

@ -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).
</div>