Skip to content

Commit f198669

Browse files
committed
Small typo fix
1 parent 57c89ca commit f198669

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h4 class="exercise-start">
189189
<p>If you’re on a Mac, start an iOS livesync watcher by executing the following command:</p>
190190
<pre><code>tns livesync ios --emulator --watch
191191
</code></pre><p>If you have an Android emulator running, start an Android livesync watcher by executing the following command:</p>
192-
<pre><code>tns livesync android --watch
192+
<pre><code>tns livesync android --emulator --watch
193193
</code></pre><p>The <code>tns livesync</code> command updates your app by transferring the updated source code to the device or simulator. By adding the <code>--watch</code> flag, the <code>livesync</code> command additionally watches the files in your NativeScript project. Whenever one of those files changes, the command detects the update, and patches your app with the updated code.</p>
194194
<blockquote>
195195
<p><strong>TIP</strong>: You can learn about how this is possible by reading more about <a href="http://developer.telerik.com/featured/nativescript-works/">how NativeScript works</a>.</p>

src/chapters/chapter1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ tns livesync ios --emulator --watch
156156
If you have an Android emulator running, start an Android livesync watcher by executing the following command:
157157
158158
```
159-
tns livesync android --watch
159+
tns livesync android --emulator --watch
160160
```
161161
162162
The `tns livesync` command updates your app by transferring the updated source code to the device or simulator. By adding the `--watch` flag, the `livesync` command additionally watches the files in your NativeScript project. Whenever one of those files changes, the command detects the update, and patches your app with the updated code.

0 commit comments

Comments
 (0)