Skip to content

Commit b711f25

Browse files
Platonnatscott
authored andcommitted
docs(router): fix typo 'containa' to 'contains' (angular#36764)
Closes angular#36763 PR Close angular#36764
1 parent 788f045 commit b711f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/router-tutorial-toh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Replace the contents of each component with the sample HTML below.
178178

179179
In order to use the `Router`, you must first register the `RouterModule` from the `@angular/router` package.
180180
Define an array of routes, `appRoutes`, and pass them to the `RouterModule.forRoot()` method.
181-
The `RouterModule.forRoot()` method returns a module that containa the configured `Router` service provider, plus other providers that the routing library requires.
181+
The `RouterModule.forRoot()` method returns a module that contains the configured `Router` service provider, plus other providers that the routing library requires.
182182
Once the application is bootstrapped, the `Router` performs the initial navigation based on the current browser URL.
183183

184184
<div class="alert is-important">

0 commit comments

Comments
 (0)