Skip to content

Commit 2111e7c

Browse files
authored
fix: broken links and minor typos (NativeScript#1942)
* Fixed broken links * Fixed a minor typo
1 parent 104207b commit 2111e7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Determines the text displayed in the TOC navigation (the treeview in the left).
8585

8686
#### page_title (optional but recommended)
8787

88-
The contents of the `<title>` in the final output. If `page_title` is not set the value of `title` is usded. Blade name was `meta_title`.
88+
The contents of the `<title>` in the final output. If `page_title` is not set the value of `title` is used. Blade name was `meta_title`.
8989

9090
#### description (optional but recommended)
9191

docs/core-concepts/technical-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The NativeScript technology can be presented as built upon several major parts -
1414

1515
## Runtimes
1616

17-
The runtimes enable you to call APIs in the Android and iOS frameworks using JavaScript code. To do that they use JavaScript Virtual Machines - Google’s V8 for Android and WebKit’s JavaScriptCore implementation distributed with iOS 7.0+. Find more information in [Android Runtime Overview](../runtimes/android/overview.md) and [iOS Runtime Overview](../runtimes/ios/Overview.md).
17+
The runtimes enable you to call APIs in the Android and iOS frameworks using JavaScript code. To do that they use JavaScript Virtual Machines - Google’s V8 for Android and WebKit’s JavaScriptCore implementation distributed with iOS 7.0+. Find more information in [Android Runtime Overview](./android-runtime/overview.md) and [iOS Runtime Overview](./ios-runtime/Overview.md).
1818

1919
## Core Modules
2020

@@ -28,4 +28,4 @@ It is the command-line interface that lets you create, build, and run apps using
2828

2929
## NativeScript Plugins
3030

31-
The NativeScript plugins are building blocks that encapsulate some functionality and help developers build apps faster (just like the NativeScript Core Modules, which is a plugin). Most are community-built, written in TypeScript/JavaScript. Some can include native libraries, which are called from the TS/JS code thanks to the Runtimes. You can find more information in the [Plugins documentation](../plugins/plugins-reference.md).
31+
The NativeScript plugins are building blocks that encapsulate some functionality and help developers build apps faster (just like the NativeScript Core Modules, which is a plugin). Most are community-built, written in TypeScript/JavaScript. Some can include native libraries, which are called from the TS/JS code thanks to the Runtimes. You can find more information in the [Plugins documentation](../plugins/plugin-reference.md).

0 commit comments

Comments
 (0)