From c10c7db21f737b675035e6d868ee7ea93eae4d2c 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 b8706a82691..862ba3f0285 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}