wkh237 преди 8 години
родител
ревизия
e37f3785d0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      README.md

+ 1
- 1
README.md Целия файл

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