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:
parent
b34fb04cbf
commit
cae2a893f2
|
@ -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`).
|
||||
|
||||
|
|
Loading…
Reference in New Issue