docs(npm-packages): typo ES6 = ES2015

closes #1263
This commit is contained in:
Michel D'HOOGE 2016-05-03 10:55:08 +02:00 committed by Ward Bell
parent 59c1e1def4
commit 44f63f9907

View File

@ -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.