Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Fixed typo (mbeaudru#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseholdren authored and mbeaudru committed Oct 24, 2017
1 parent b86402b commit 59c6062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ fetchingPosts

When you do an *Ajax request* the response is not synchronous because you want a resource that takes some time to come. It even may never come if the resource you have requested is unavailable for some reason (404).

To handle that kind of situations, ES2015 has given us *promises*. Promises can have three different states:
To handle that kind of situation, ES2015 has given us *promises*. Promises can have three different states:

- Pending
- Fulfilled
Expand Down

0 comments on commit 59c6062

Please sign in to comment.