Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions extending-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Commands with Hooking Support

The only two operations to which you can attach hooks are `prepare` operations and `--watch` operations.

The NativeScriot CLI executes hooks attached to `prepare` when you run the following commands:
The NativeScript CLI executes hooks attached to `prepare` when you run the following commands:

* `ns prepare <Platform>`
* `ns build <Platform>`
Expand All @@ -112,7 +112,7 @@ The NativeScriot CLI executes hooks attached to `prepare` when you run the follo
* `ns livesync <Platform>`
* `ns test <Platform>`

The NativeScriot CLI executes hooks attached to `--watch` operations when you run the following commands:
The NativeScript CLI executes hooks attached to `--watch` operations when you run the following commands:

* `ns test <Platform>` with the `--watch` option.
* `ns livesync <Platform>` with the `--watch` option.