浏览代码

Update README.md

wkh237 9 年前
父节点
当前提交
e37f3785d0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

839
 
839
 
840
 ### RNFetchBlobSession
840
 ### RNFetchBlobSession
841
 
841
 
842
-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.
842
+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.
843
 
843
 
844
 #### add(path:string):RNFetchBlobSession
844
 #### add(path:string):RNFetchBlobSession
845
   Add a file path to this session.
845
   Add a file path to this session.