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