浏览代码

Fix typos in README.md

Arthur Ouaki 8 年前
父节点
当前提交
791de11d6f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

431
 
431
 
432
 ### Cancel Request
432
 ### Cancel Request
433
 
433
 
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.
435
 
435
 
436
 ```js
436
 ```js
437
 let task = RNFetchBlob.fetch('GET', 'http://example.com/file/1')
437
 let task = RNFetchBlob.fetch('GET', 'http://example.com/file/1')