diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2019-10-26 10:40:10 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2019-10-26 10:40:10 +0300 |
| commit | c07ed1986623ab697c1e76822afc416fc76a8caa (patch) | |
| tree | e28e6cbe2fa8481d3493f5794e1f14b9ff68acf1 /guide/faq.md | |
| parent | 868fba56526185e2939b21af77285f25b4a922aa (diff) | |
| download | xmake-docs-fix-typos.tar.gz xmake-docs-fix-typos.zip | |
Fix typosfix-typos
Diffstat (limited to 'guide/faq.md')
| -rw-r--r-- | guide/faq.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/guide/faq.md b/guide/faq.md index fc6223d2..c12848a1 100644 --- a/guide/faq.md +++ b/guide/faq.md @@ -11,9 +11,9 @@ Get the help info of the configuration command. ```bash $ xmake f [-h|--help] -``` +``` -Get the help info of the givent action or plugin command. +Get the help info of the given action or plugin command. ```bash $ xmake [action|plugin] [-h|--help] @@ -42,7 +42,7 @@ $ xmake If it fails again, please add `-v` or `--verbose` options to get more verbose info. -For exmaple: +For example: ```hash $ xmake [-v|--verbose] @@ -60,7 +60,7 @@ $ xmake -v --backtrace $ xmake [-w|--warning] ``` -## How to scan source code and generate xmake.lua automaticlly? +## How to scan source code and generate xmake.lua automatically? You only need run the following command: @@ -68,7 +68,7 @@ You only need run the following command: $ xmake ``` -xmake will scan all source code in current directory and build it automaticlly. +xmake will scan all source code in current directory and build it automatically. And we can run it directly. |
