From d524d22f3561807c62817c8b01a6475cdb314aaa Mon Sep 17 00:00:00 2001 From: swseverance Date: Mon, 24 Apr 2017 21:22:56 -0400 Subject: [PATCH] docs(aio): correct abbreviation change abbreviation from 'ES' to 'ES2015'. the 'ES2015' abbreviation is used elsewhere in the tutorial. --- aio/content/tutorial/toh-pt5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/toh-pt5.md b/aio/content/tutorial/toh-pt5.md index 3c841314b3fb4..e19ae7d087eea 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: