diff options
author | Pedro <Kafkamorph@users.noreply.github.com> | 2023-05-17 15:27:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 09:27:02 -0500 |
commit | b132ff7a7615eb6c8da0b60b226ff7e317c4033e (patch) | |
tree | 8c2e0001e8a427d0c72fef24d4239e6231904d80 /docs | |
parent | b1c5794190b3090fe9ac88af68f035c2b9136258 (diff) | |
download | voidsky-b132ff7a7615eb6c8da0b60b226ff7e317c4033e.tar.zst |
Update build.md - minor typo (#696)
This is not the smallest PR in the world, this is just a tribute. (actually, it's just one byte, so it might be the smallest PR in the world)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build.md b/docs/build.md index 953630a70..33e7f6751 100644 --- a/docs/build.md +++ b/docs/build.md @@ -31,7 +31,7 @@ - `npx react-native info` Checks what has been installed. - The android simulator won't be able to access localhost services unless you run `adb reverse tcp:{PORT} tcp:{PORT}` - For instance, the localhosted dev-wallet will need `adb reverse tcp:3001 tcp:3001` - - For some reason, the typescript compiler chokes on platform-specific files (e.g. `foo.native.ts`) but only when compiling for Web thus far. Therefore we always have one version of the file which doesn't use a platform specifier, and that should bee the Web version. ([More info](https://stackoverflow.com/questions/44001050/platform-specific-import-component-in-react-native-with-typescript).) + - For some reason, the typescript compiler chokes on platform-specific files (e.g. `foo.native.ts`) but only when compiling for Web thus far. Therefore we always have one version of the file which doesn't use a platform specifier, and that should be the Web version. ([More info](https://stackoverflow.com/questions/44001050/platform-specific-import-component-in-react-native-with-typescript).) ## Go-Server Build |