aboutsummaryrefslogtreecommitdiff
path: root/plugin/plugin_development.md
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2019-10-26 10:40:10 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2019-10-26 10:40:10 +0300
commitc07ed1986623ab697c1e76822afc416fc76a8caa (patch)
treee28e6cbe2fa8481d3493f5794e1f14b9ff68acf1 /plugin/plugin_development.md
parent868fba56526185e2939b21af77285f25b4a922aa (diff)
downloadxmake-docs-fix-typos.tar.gz
xmake-docs-fix-typos.zip
Fix typosfix-typos
Diffstat (limited to 'plugin/plugin_development.md')
-rw-r--r--plugin/plugin_development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/plugin_development.md b/plugin/plugin_development.md
index 6fb0f9d1..03fa9491 100644
--- a/plugin/plugin_development.md
+++ b/plugin/plugin_development.md
@@ -14,7 +14,7 @@ Plugins:
```
* lua: Run a given lua script.
-* macro: Record and playback some xmake commands repeatly.
+* macro: Record and playback some xmake commands repeatably.
* doxygen:Generate doxygen document automatically.
* hello: The demo plugin and only print: 'hello xmake!'
* project:Generate project file for IDE, only generate makefile now and will generate vs, xcode project in the future