소스 검색

Update README.md

wkh237 8 년 전
부모
커밋
3347163cf9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.md

+ 1
- 1
README.md 파일 보기

@@ -813,7 +813,7 @@ Statistic data of a file, see the following sample object.
813 813
 
814 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 818
 #### add(path:string):RNFetchBlobSession
819 819
   Add a file path to this session.