ソースを参照

Merge pull request #163 from aouaki/patch-1

Fix typos in README.md
wkh237 8 年 前
コミット
1ed0ed5b3f
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      README.md

+ 1
- 1
README.md ファイルの表示

@@ -431,7 +431,7 @@ In `0.9.6`, you can specify an object as first argument which contains `count` a
431 431
 
432 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 436
 ```js
437 437
 let task = RNFetchBlob.fetch('GET', 'http://example.com/file/1')