From 5602a32586d72b3a2a994a9209f28db916cb1640 Mon Sep 17 00:00:00 2001 From: James H Edwards Date: Tue, 16 Feb 2016 09:16:45 -0800 Subject: [PATCH] Update UPGRADE_GUIDE.md removed superfluous 'the' original line "...the polyfill has been removed, and you will need to supply the it yourself if your environment needs it." new line "...the polyfill has been removed, and you will need to supply it yourself if your environment needs it." Nothin else has been changed. --- UPGRADE_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE_GUIDE.md b/UPGRADE_GUIDE.md index b252d05..146bda2 100644 --- a/UPGRADE_GUIDE.md +++ b/UPGRADE_GUIDE.md @@ -6,7 +6,7 @@ The `0.6.0` release contains mostly bug fixes, but there are a couple things to #### ES6 Promise Polyfill -Up until the `0.6.0` release ES6 `Promise` was being polyfilled using [es6-promise](https://github.com/jakearchibald/es6-promise). With this release, the polyfill has been removed, and you will need to supply the it yourself if your environment needs it. +Up until the `0.6.0` release ES6 `Promise` was being polyfilled using [es6-promise](https://github.com/jakearchibald/es6-promise). With this release, the polyfill has been removed, and you will need to supply it yourself if your environment needs it. ```js require('es6-promise').polyfill();