2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

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.
This commit is contained in:
James H Edwards
2016-02-16 09:16:45 -08:00
parent 235f34312c
commit 5602a32586
+1 -1
View File
@@ -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();