docs: fix typo PageNotFoundCompponent (#27799)

closes: #27795

PR Close #27799
This commit is contained in:
Michael De Wree 2018-12-21 14:56:31 +01:00 committed by Andrew Kushnir
parent 76580b98f0
commit 582395b8f5
1 changed files with 1 additions and 1 deletions

View File

@ -1304,7 +1304,7 @@ Create an `AppRouting` module in the `/app` folder to contain the routing config
ng generate module app-routing --module app --flat
</code-example>
Import the `CrisisListComponent`, `HeroListComponent`, and `PageNotFoundCompponent` symbols
Import the `CrisisListComponent`, `HeroListComponent`, and `PageNotFoundComponent` symbols
just like you did in the `app.module.ts`. Then move the `Router` imports
and routing configuration, including `RouterModule.forRoot`, into this routing module.