Skip to content

Commit 6e2ef32

Browse files
committed
minor article improvments
1 parent e255a08 commit 6e2ef32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/start/cli-basics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Now that you’ve created an app let’s look at how to get your new app up and
5757

5858
Once your NativeScript mobile project is created, you can start the application in two different ways:
5959

60-
- Using a cloud build via the `preview` command. This option allows you to test NativeScript with a quick setup. See the [quick setup section](#quick-setup-using-preview) for details).
60+
- Using a preview build via the `preview` command. This option allows you to test NativeScript with a quick setup. See the [quick setup section](#quick-setup-using-preview) for details).
6161

6262
- Using a local build via the `run` command. This option allows you to experience the full developer experience (building and deploying on local emulators and devices). See the [full setup section](#full-setup-using-run) for details.
6363

@@ -443,7 +443,7 @@ However, if you’re not committed to an editor, or if you’re looking to try s
443443
- Visual Studio Code gives you the ability to debug JavaScript and TypeScript code directly in your editor. The NativeScript team maintains an official [NativeScript Visual Studio Code extension](https://www.nativescript.org/nativescript-for-visual-studio-code) that enables step debugging for NativeScript apps.
444444
- Visual Studio Code is a fast, modern editor that Microsoft [updates frequently](https://code.visualstudio.com/updates/).
445445
- Visual Studio Code is available for Windows, macOS, and Linux.
446-
- Microsoft backs visual Studio Code; therefore, you can feel confident that the editor will continue to be supported in the future.
446+
- Microsoft backs Visual Studio Code; therefore, you can feel confident that the editor will continue to be supported in the future.
447447

448448
If you do choose to [try Visual Studio Code](https://code.visualstudio.com/), let’s look at one tip you might find useful as you develop NativeScript apps.
449449

@@ -458,7 +458,7 @@ After you install Visual Studio Code, you can open projects using the editor’s
458458

459459
The `code` command runs in your command-line or terminal, and it works just like the `tns` command does for NativeScript apps. Visual Studio Code installs the `code` command by default on Windows on Linux, but on macOS, there’s [one manual step](https://code.visualstudio.com/docs/setup/mac) you must perform.
460460

461-
Once set up, you can type `code .` in your terminal to open the files in your current folder for editing. For example, you could use the following sequence of commands to create a new NativeScript app and open it for editing.
461+
Once set up, you can type `code .` in your terminal to open the files in your current folder for editing. For example, you could use the following sequence of command to create a new NativeScript app and open it for editing.
462462

463463
```
464464
tns create MyNewApp

0 commit comments

Comments
 (0)