From 44f63f9907988a7baa835bdbf36703db792cee63 Mon Sep 17 00:00:00 2001 From: Michel D'HOOGE Date: Tue, 3 May 2016 10:55:08 +0200 Subject: [PATCH] docs(npm-packages): typo ES6 = ES2015 closes #1263 --- public/docs/ts/latest/guide/npm-packages.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/npm-packages.jade b/public/docs/ts/latest/guide/npm-packages.jade index e7e9e002db..68b6bc82f6 100644 --- a/public/docs/ts/latest/guide/npm-packages.jade +++ b/public/docs/ts/latest/guide/npm-packages.jade @@ -103,7 +103,7 @@ a(id="polyfills") :marked See "[Why peerDependencies?](#why-peer-dependencies)" below for background on this requirement. :marked - ***es6-shim*** - monkey patches the global context (window) with essential features of ES2016 (ES6). + ***es6-shim*** - monkey patches the global context (window) with essential features of ES2015 (ES6). Developers may substitute an alternative polyfill that provides the same core APIs. This dependency should go away once these APIs are implemented by all supported ever-green browsers.