Skip to content

Commit bdfee30

Browse files
asciidiegoNathanWalker
authored andcommitted
fix: typo on iOS native access (#17)
1 parent ee2cf8b commit bdfee30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native-api-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if (global.isIOS) {
7878
```
7979

8080
::: warning Note
81-
The code block is wrapped with `global.isIOS` so that it is only executed on Android. Otherwise, the app will crash on Android when it tries to access APIs that are not part of the Android platform.
81+
The code block is wrapped with `global.isIOS` so that it is only executed on iOS. Otherwise, the app will crash on Android when it tries to access APIs that are not part of the Android platform itself.
8282
:::
8383

8484
Now for a short walk through of one way to go about translating Objective-C to JavaScript.

0 commit comments

Comments
 (0)