diff options
| author | ruki <waruqi@gmail.com> | 2018-01-25 23:17:49 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2018-01-25 13:46:58 +0800 |
| commit | 247747fe7586078ce69c8c860397dcaaa3143190 (patch) | |
| tree | 74ad47239c3fd7bdcee16b2b75338df5f8ccc893 | |
| parent | 6f24755452324086e5b6841357f0e1e40a490c30 (diff) | |
| download | xmake-docs-247747fe7586078ce69c8c860397dcaaa3143190.tar.gz xmake-docs-247747fe7586078ce69c8c860397dcaaa3143190.zip | |
fix playback word
| -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 |
