Skip to content

Commit daa6028

Browse files
authored
chore: fix typo in extending-cli docs (#5598)
1 parent 8728335 commit daa6028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extending-cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Commands with Hooking Support
103103
104104
The only two operations to which you can attach hooks are `prepare` operations and `--watch` operations.
105105
106-
The NativeScriot CLI executes hooks attached to `prepare` when you run the following commands:
106+
The NativeScript CLI executes hooks attached to `prepare` when you run the following commands:
107107
108108
* `ns prepare <Platform>`
109109
* `ns build <Platform>`
@@ -112,7 +112,7 @@ The NativeScriot CLI executes hooks attached to `prepare` when you run the follo
112112
* `ns livesync <Platform>`
113113
* `ns test <Platform>`
114114
115-
The NativeScriot CLI executes hooks attached to `--watch` operations when you run the following commands:
115+
The NativeScript CLI executes hooks attached to `--watch` operations when you run the following commands:
116116
117117
* `ns test <Platform>` with the `--watch` option.
118118
* `ns livesync <Platform>` with the `--watch` option.

0 commit comments

Comments
 (0)