Fix typos

This commit is contained in:
Alexey Pyltsyn 2019-05-29 20:03:39 +03:00
parent 3dd9fb053a
commit 16e7d07dc0
5 changed files with 5 additions and 5 deletions

View file

@ -60,7 +60,7 @@ As the reading proceeds, there are events:
- `progress` -- occurs during reading.
- `load` -- no errors, reading complete.
- `abort` -- `abort()` called.
- `error` -- error has occured.
- `error` -- error has occurred.
- `loadend` -- reading finished with either success or failure.
When the reading is finished, we can access the result as: