Skip to content

Commit a65a999

Browse files
ikoevskarigor789
authored andcommitted
Minor fixes (#142)
* Fixed casing of Notes * Fixed erroneous re-formatting of text to heading * Minor language style fixes
1 parent c1997df commit a65a999

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

content/docs/en/elements/components/list-view.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ onItemTap(event) {
5757
}
5858
```
5959

60-
**Note:** if a `v-for` is used on a `<ListView>` a warning will be printed to the console, and it will be converted to the `for` property.
60+
**NOTE:** If a `v-for` is used on a `<ListView>` a warning will be printed to the console, and it will be converted to the `for` property.
6161

6262
## Props
6363

content/docs/en/elements/components/tab-view.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ contributors: [MisterBrownRSA, rigor789, eddyverbruggen, ikoevska, kharysharpe]
3535
</TabViewItem>
3636
</TabView>
3737
```
38-
**Note:** icon fonts may work in some cases, but generally it is recommended to use images as tab icons.
38+
**NOTE:** Use images for tab icons instead of icon fonts.
3939

4040
## Props
4141

content/docs/en/elements/components/web-view.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ contributors: [MisterBrownRSA, rigor789, eddyverbruggen, ikoevska]
88

99

1010
See also: [HtmlView](/en/docs/elements/components/html-view).
11+
1112
---
1213

1314
```html

content/docs/en/getting-started/1-quick-start.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ $ cd <project-name>
1414
$ npm install
1515
```
1616

17-
and then run your app using:
17+
Next, run your app using:
1818

1919
```shell
2020
$ npm run watch:<platform>
2121
```
2222

2323
where platform is `ios` or `android`.
2424

25-
For more information about the available templates head over to the [templates documentation](/en/docs/getting-started/templates).
25+
For more information about the available templates, see the [templates documentation](/en/docs/getting-started/templates).
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
title: Installation
3-
contributors: [rigor789 , TheOriginalJosh, eddyverbruggen]
3+
contributors: [rigor789, TheOriginalJosh, eddyverbruggen, ikoevska]
44
---
55

6-
In order to use NativeScript-Vue, your system will need to be set up properly
7-
so that your applications can compile.
6+
To use NativeScript-Vue, you need to set up your system to compile your apps.
87

98
## Prerequisites
109

@@ -16,11 +15,11 @@ so that your applications can compile.
1615

1716
### Node.js
1817

19-
Download and install the latest "LTS" version of Node.js from [https://nodejs.org/](https://nodejs.org/). Restart your terminal and verify the installation was successful with the command `node --version`.
18+
Download and install the latest _LTS_ version of Node.js from [https://nodejs.org/](https://nodejs.org/). Restart your terminal and verify the installation was successful with the command `node --version`.
2019

2120
### NativeScript CLI
2221

23-
To install the NativeScript CLI open your terminal and run the command
22+
To install the NativeScript CLI, open your terminal and run:
2423

2524
```shell
2625
$ npm install -g nativescript
@@ -31,18 +30,18 @@ You can verify the installation was successful by running `tns` in your terminal
3130

3231
### Windows
3332

34-
System Requirements and setup instructions for the Android SDK on Windows:
33+
System requirements and setup instructions for the Android SDK on Windows:
3534

3635
[Advanced setup: Windows](https://docs.nativescript.org/start/ns-setup-win)
3736

3837
### macOS
3938

40-
System Requirements and setup instructions to setup Xcode and the Android SDK development environments for your Mac:
39+
System requirements and setup instructions for Xcode and the Android SDK for your Mac:
4140

4241
[Advanced setup: macOS](https://docs.nativescript.org/start/ns-setup-os-x)
4342

4443
### Linux
4544

46-
System Requirements and setup instructions for the Android SDK on Linux:
45+
System requirements and setup instructions for the Android SDK on Linux:
4746

4847
[Advanced setup: Linux](https://docs.nativescript.org/start/ns-setup-linux)

content/docs/en/getting-started/5-nativescript-plugins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Install the plugin using the NativeScript CLI:
1313
$ npm install --save nativescript-gradient
1414
```
1515

16-
**Note:** If you are using the [vue-cli-template](/en/docs/getting-started/templates/#nativescript-vuevue-cli-template) you may have to run the following:
16+
**NOTE:** If you are using the [vue-cli-template](/en/docs/getting-started/templates/#nativescript-vuevue-cli-template) you may have to run the following:
1717

1818
```shell
1919
$ npm run clean

content/docs/ru/elements/components/list-view.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ onItemTap(event) {
5757
}
5858
```
5959

60-
**Note:** if a `v-for` is used on a `<ListView>` a warning will be printed to the console, and it will be converted to the `for` property.
60+
**NOTE:** If a `v-for` is used on a `<ListView>`, a warning will be printed to the console, and it will be converted to the `for` property.
6161

6262
## Props
6363

content/docs/ru/elements/components/tab-view.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ contributors: [MisterBrownRSA, rigor789, eddyverbruggen, ikoevska, kharysharpe]
3535
</TabViewItem>
3636
</TabView>
3737
```
38-
**Note:** icon fonts may work in some cases, but generally it is recommended to use images as tab icons.
38+
**NOTE:** Use images for tab icons instead of icon fonts.
3939

4040
## Props
4141

0 commit comments

Comments
 (0)