docs: fix typo in router.md file (#41064)

PR Close #41064
This commit is contained in:
Daniel 2021-03-02 23:10:51 -06:00 committed by Zach Arend
parent 96f15f0de9
commit 5eab6e14f1
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ You can use `HashLocationStrategy` by providing the `useHash: true` in an object
## Router Reference
The folllowing sections highlight some core router concepts.
The following sections highlight some core router concepts.
{@a basics-router-imports}