ソースを参照

Update README.md

wkh237 9 年 前
コミット
3347163cf9
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      README.md

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

813
 
813
 
814
 ### RNFetchBlobSession
814
 ### RNFetchBlobSession
815
 
815
 
816
-A `session` is an object that helps you manage files. It simply main a list of file path and let you use `dispose()`to delete files in this session once and for all.
816
+A `session` is an object that helps you manage files. It simply maintains a list of file path and let you use `dispose()`to delete files in this session once and for all.
817
 
817
 
818
 #### add(path:string):RNFetchBlobSession
818
 #### add(path:string):RNFetchBlobSession
819
   Add a file path to this session.
819
   Add a file path to this session.