Skip to content

Commit a6de560

Browse files
authored
chore: typos on fs post (#38)
1 parent edfddea commit a6de560

File tree

1 file changed

+1
-1
lines changed
  • blog/2024/2024-02-29-forking-react-native-fs

1 file changed

+1
-1
lines changed

blog/2024/2024-02-29-forking-react-native-fs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ As the year clocked into 2023 [a package](https://github.com/itinance/react-nati
99

1010
{/* truncate */}
1111

12-
It always struck us as a bit odd that a library named "native filesystem access" was responsible for not only filesystem access, but file downloading & uploading. It had grown to be a tad bit too large with support for Windows a good deal of platform specific features.
12+
It always struck us as a bit odd that a library named "native filesystem access" was responsible for not only filesystem access, but file downloading & uploading. It had grown to be a tad bit too large with support for Windows and a good deal of platform specific features.
1313

1414
The beauty of forking open source is we can take this great base and adapt it to our needs, which started with shrinking the scope of this project & adding a few features. We started with a few goals in mind:
1515

0 commit comments

Comments
 (0)