From 5eab6e14f15c7278a4a6b1e9f5b8f9e6f84644df Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Mar 2021 23:10:51 -0600 Subject: [PATCH] docs: fix typo in router.md file (#41064) PR Close #41064 --- aio/content/guide/router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index b8706a8269..862ba3f028 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -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}