From 826a18d35df5c0660f549b6b9e2f853e63fc91f2 Mon Sep 17 00:00:00 2001 From: Michel D'HOOGE Date: Tue, 3 May 2016 10:55:08 +0200 Subject: [PATCH] Typo: ES6 = ES2015 --- 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.