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 78bf697311
commit c10c7db21f

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}