From 66947cf9faafd4c039e2a0a958e741656b103788 Mon Sep 17 00:00:00 2001 From: Olegas Goncarovas Date: Wed, 20 May 2020 23:09:01 +0300 Subject: [PATCH] docs: fix typo in router.md (#37227) This commit fixes a typo in the router documentation. "Benfits of a routing module" => "Benefits of a routing module" PR Close #37227 --- aio/content/guide/router-tutorial-toh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/router-tutorial-toh.md b/aio/content/guide/router-tutorial-toh.md index c767068aa5..b6f9823a75 100644 --- a/aio/content/guide/router-tutorial-toh.md +++ b/aio/content/guide/router-tutorial-toh.md @@ -579,7 +579,7 @@ The application continues to work just the same, and you can use `AppRoutingModu {@a why-routing-module} -### Benfits of a routing module +### Benefits of a routing module The routing module, often called the `AppRoutingModule`, replaces the routing configuration in the root or feature module. @@ -2890,4 +2890,4 @@ to see the finished route configuration. For the completed router app, see the for the final source code. -{@a link-parameters-array} \ No newline at end of file +{@a link-parameters-array}