File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
103103
104104The 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.
You can’t perform that action at this time.
0 commit comments