aboutsummaryrefslogtreecommitdiff
path: root/manual/plugin_task.md
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-06-23 10:21:53 +0800
committerruki <waruqi@gmail.com>2019-06-23 10:21:53 +0800
commit2971f432b0da0d787507ed098d5bbfd417d6f949 (patch)
treebb8fe6136941f18c88e4ac054510a0974eca6639 /manual/plugin_task.md
parent151abcd668b6eb129acb0bc028e0bef3ed87bd35 (diff)
downloadxmake-docs-2971f432b0da0d787507ed098d5bbfd417d6f949.tar.gz
xmake-docs-2971f432b0da0d787507ed098d5bbfd417d6f949.zip
fix tip and warn
Diffstat (limited to 'manual/plugin_task.md')
-rw-r--r--manual/plugin_task.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/plugin_task.md b/manual/plugin_task.md
index edf9c138..1ac4ebe3 100644
--- a/manual/plugin_task.md
+++ b/manual/plugin_task.md
@@ -206,7 +206,7 @@ The last variable argument list is retrieved by `option.get("contents")` in the
It is only used for grouping of menus. Of course, the plugin will use `plugin` by default. The built-in task will use `action` by default, but it is just a convention.
-<p class="tips">
+<p class="tip">
You can use any name you define yourself. The same name will be grouped and displayed together. If it is set to `plugin`, it will be displayed in the Plugins group of xmake.
</p>