Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 1ed0ed5

Browse files
authored
Merge pull request #163 from aouaki/patch-1
Fix typos in README.md
2 parents 75b109b + 791de11 commit 1ed0ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ In `0.9.6`, you can specify an object as first argument which contains `count` a
431431

432432
### Cancel Request
433433

434-
After `0.7.0` it is possible to cancel a HTTP request. When the request cancel, it will definately throws an promise rejection, be sure to catch it.
434+
After `0.7.0` it is possible to cancel an HTTP request. When the request is cancelled, it will throw a promise rejection, be sure to catch it.
435435

436436
```js
437437
let task = RNFetchBlob.fetch('GET', 'http://example.com/file/1')

0 commit comments

Comments
 (0)