|
@@ -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.
|
871
|
871
|
Please feel free to make a PR or file an issue.
|