aboutsummaryrefslogtreecommitdiff
path: root/plugin/plugin_development.md
diff options
context:
space:
mode:
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