Skip to content

Commit

Permalink
Fix typo in CHANGELOG
Browse files Browse the repository at this point in the history
To align with the guidance in the Readme, I think the CHANGELOG needs to say "now" instead of "not"
  • Loading branch information
andrewiggins authored Jun 21, 2018
1 parent 1365ba3 commit 082f55d
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 082f55d

Please sign in to comment.