From 5688fa0c575bc2b7fb31b202eae86be469c3ba8d Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 16 May 2025 22:11:02 -0700 Subject: [PATCH] fix: typo 'available' on full-native-api-access.md --- content/docs/essentials/full-native-api-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/essentials/full-native-api-access.md b/content/docs/essentials/full-native-api-access.md index b3278dcb..8ff76ba6 100644 --- a/content/docs/essentials/full-native-api-access.md +++ b/content/docs/essentials/full-native-api-access.md @@ -1,6 +1,6 @@ # Full Native API Access -NativeScript exposes all availabel native APIs directly to your JavaScript. It does not convert your JavaScript to native code (ie. to Java/Objective-C). To understand this concept let's look at some examples. +NativeScript exposes all available native APIs directly to your JavaScript. It does not convert your JavaScript to native code (ie. to Java/Objective-C). To understand this concept let's look at some examples. ## iOS