From 0ac193c86c92a5624c2bb1e0102736374dcf492b Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 2 Jun 2021 19:04:57 +0100 Subject: [PATCH] docs: fix typo in the Router guide (#42455) PR Close #42455 --- 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 07f99dac92..f04b62d854 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -483,7 +483,7 @@ For more information on providers and the bootstrap process, see [Dependency Inj ## Choosing a routing strategy -You must choose a routing strategy early in the development of you project because once the application is in production, visitors to your site use and depend on application URL references. +You must choose a routing strategy early in the development of your project because once the application is in production, visitors to your site use and depend on application URL references. Almost all Angular projects should use the default HTML5 style. It produces URLs that are easier for users to understand and it preserves the option to do server-side rendering.