diff --git a/aio/content/tutorial/toh-pt5.md b/aio/content/tutorial/toh-pt5.md index e0050cb315..9f593237ca 100644 --- a/aio/content/tutorial/toh-pt5.md +++ b/aio/content/tutorial/toh-pt5.md @@ -918,7 +918,7 @@ such as `RouterLink` and `RouterOutlet`. ### Update *AppModule* Delete the routing configuration from `AppModule` and import the `AppRoutingModule`. -Use an ES `import` statement *and* add it to the `NgModule.imports` list. +Use an ES2015 `import` statement *and* add it to the `NgModule.imports` list. Here is the revised `AppModule`, compared to its pre-refactor state: