File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Commands with Hooking Support
103
103
104
104
The only two operations to which you can attach hooks are `prepare` operations and `--watch` operations.
105
105
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:
107
107
108
108
* `ns prepare <Platform>`
109
109
* `ns build <Platform>`
@@ -112,7 +112,7 @@ The NativeScriot CLI executes hooks attached to `prepare` when you run the follo
112
112
* `ns livesync <Platform>`
113
113
* `ns test <Platform>`
114
114
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:
116
116
117
117
* `ns test <Platform>` with the `--watch` option.
118
118
* `ns livesync <Platform>` with the `--watch` option.
You can’t perform that action at this time.
0 commit comments