Skip to content

Commit c3411e7

Browse files
committed
fix typo
1 parent 2fbf4fc commit c3411e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const FileOpener = require('react-native-file-opener');
9696
2. Basic usage
9797
```javascript
9898
const FilePath = ...; // path of the file
99-
const FileMimeType = ...; // mime type of the
99+
const FileMimeType = ...; // mime type of the file
100100
FileOpener.open(
101101
FilePath,
102102
FileMimeType

0 commit comments

Comments
 (0)