You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -832,7 +832,7 @@ Statistic data of a file, see the following sample object.
832
832
833
833
### RNFetchBlobSession
834
834
835
-
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.
835
+
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.
836
836
837
837
#### add(path:string):RNFetchBlobSession
838
838
Add a file path to this session.
@@ -867,5 +867,5 @@ A `session` is an object that helps you manage files. It simply main a list of f
867
867
868
868
### Development
869
869
870
-
If you're interested in hacking this module, check our [development guide](https://github.com/wkh237/react-native-fetch-blob/wiki/Development-Guide), there might be some helpful information.
870
+
If you're interested in hacking this module, check our [development guide](https://github.com/wkh237/react-native-fetch-blob/wiki/Home), there might be some helpful information.
0 commit comments