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
This commit is contained in:
parent
a259a84d3f
commit
66947cf9fa
|
@ -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 <live-example name="router"></live-example> for the final source code.
|
||||
|
||||
{@a link-parameters-array}
|
||||
{@a link-parameters-array}
|
||||
|
|
Loading…
Reference in New Issue