Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Typo: ES6 = ES2015 #1263

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/npm-packages.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down