From fbde2a8010e771bcce80db4a9cf4028b7dfef2fb Mon Sep 17 00:00:00 2001 From: swseverance Date: Fri, 28 Apr 2017 00:39:46 -0400 Subject: [PATCH] docs(aio): correct abbreviation (#16295) 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 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: