Fix typos

This commit is contained in:
Alexey Pyltsyn 2019-05-01 16:51:27 +03:00
parent ca92aed539
commit feebafcc9e
5 changed files with 5 additions and 5 deletions

View file

@ -148,7 +148,7 @@ The second argument of `.then` is a function that:
1. runs when the Promise is rejected, and
2. receives the error.
For instance, here's a reaction to a successfuly resolved promise:
For instance, here's a reaction to a successfully resolved promise:
```js run
let promise = new Promise(function(resolve, reject) {