Skip to content

chore: fix typo in extending-cli docs #5598

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 25, 2021
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.