diff options
| -rw-r--r-- | landing.html | 2 | ||||
| -rw-r--r-- | landing/index.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/landing.html b/landing.html index 281f314b..f10faa84 100644 --- a/landing.html +++ b/landing.html @@ -139,7 +139,7 @@ <span class="gp">$ </span>xmake f -p iphoneos -m debug <span class="gp">$ </span>xmake <span class="gp">$ </span>xmake m -e <span class="c"># stop to record</span> -<span class="gp">$ </span>xmake m . <span class="c"># palyback commands</span> +<span class="gp">$ </span>xmake m . <span class="c"># playback commands</span> </code></pre> </div> diff --git a/landing/index.md b/landing/index.md index 5ede48ca..396d2089 100644 --- a/landing/index.md +++ b/landing/index.md @@ -88,7 +88,7 @@ $ xmake m -b # start to record $ xmake f -p iphoneos -m debug $ xmake $ xmake m -e # stop to record -$ xmake m . # palyback commands +$ xmake m . # playback commands ``` #### Run the custom lua script plugin |
