docs: fix typo (#36786)

Correct typo in the router docs, changing "as your app growns" to "as your app grows". Previously the wrong spelling was used and this commit rectifies this.

PR Close #36786
This commit is contained in:
Grant Fleming 2020-04-24 09:26:40 +01:00 committed by Andrew Kushnir
parent b34fb04cbf
commit cae2a893f2
1 changed files with 1 additions and 1 deletions

View File

@ -1105,7 +1105,7 @@ The application continues to work just the same, and you can use `AppRoutingModu
The routing module, often called the `AppRoutingModule`, replaces the routing configuration in the root or feature module.
The routing module is helpful as your app growns and when the configuration includes specialized guard and resolver services.
The routing module is helpful as your app grows and when the configuration includes specialized guard and resolver services.
Some developers skip the routing module when the configuration is minimal and merge the routing configuration directly into the companion module (for example, `AppModule`).