From fde016bc3894aa6c32657fb6e11549c812c4e408 Mon Sep 17 00:00:00 2001 From: Judy Bogart Date: Mon, 1 Jul 2019 09:05:21 -0700 Subject: [PATCH] docs: fix typo in deployment page (#31369) PR Close #31369 --- aio/content/guide/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index 4d26417be3..55d4574138 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -403,7 +403,7 @@ Differential loading, which is supported by default in Angular CLI version 8 and Differential loading is a strategy where the CLI builds two separate bundles as part of your deployed application. -* The first bundle contains modern ES1015 syntax, takes advantage of built-in support in modern browsers, ships less polyfills, and results in a smaller bundle size. +* The first bundle contains modern ES2015 syntax, takes advantage of built-in support in modern browsers, ships less polyfills, and results in a smaller bundle size. * The second bundle contains code in the old ES5 syntax, along with all necessary polyfills. This results in a larger bundle size, but supports older browsers.