Skip to content

Commit

Permalink
Merge pull request #87 from andrewiggins/patch-1
Browse files Browse the repository at this point in the history
Fix typo in CHANGELOG
  • Loading branch information
taylorhakes committed Jun 29, 2018
2 parents 1365ba3 + 082f55d commit 487e452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### 8.0.0

* Polyfill default promise with `finally` if it doesn't exist if you use polyfill.js
* If using `require` with webpack 2+, you not need to do
* If using `require` with webpack 2+, you now need to do

```js
var Promise = require('promise-polyfill').default;
Expand Down

0 comments on commit 487e452

Please sign in to comment.