diff --git a/adev/src/content/tutorials/learn-angular/steps/12-enable-routing/README.md b/adev/src/content/tutorials/learn-angular/steps/12-enable-routing/README.md index 9525cede604ce..77dfeeccc61cc 100644 --- a/adev/src/content/tutorials/learn-angular/steps/12-enable-routing/README.md +++ b/adev/src/content/tutorials/learn-angular/steps/12-enable-routing/README.md @@ -29,7 +29,7 @@ In `app.config.ts`, configure the app to Angular Router with the following steps 1. Import the `provideRouter` function from `@angular/router`. 1. Import `routes` from the `./app.routes.ts`. -1. Call the `providerRouter` function with `routes` passed in as an argument in the `providers` array. +1. Call the `provideRouter` function with `routes` passed in as an argument in the `providers` array. import {ApplicationConfig} from '@angular/core';