aboutsummaryrefslogtreecommitdiff
path: root/manual/extension_modules.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/extension_modules.md
parent151abcd668b6eb129acb0bc028e0bef3ed87bd35 (diff)
downloadxmake-docs-2971f432b0da0d787507ed098d5bbfd417d6f949.tar.gz
xmake-docs-2971f432b0da0d787507ed098d5bbfd417d6f949.zip
fix tip and warn
Diffstat (limited to 'manual/extension_modules.md')
-rw-r--r--manual/extension_modules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/extension_modules.md b/manual/extension_modules.md
index 0fbac8c6..eb4c1829 100644
--- a/manual/extension_modules.md
+++ b/manual/extension_modules.md
@@ -1746,7 +1746,7 @@ http.download("https://xmake.io", "/tmp/index.html")
This interface is used to run commands via `sudo` and provides platform consistency handling, which can be used for scripts that require root privileges to run.
-<p class="warning">
+<p class="warn">
In order to ensure security, unless you must use it, try not to use this interface in other cases.
</p>