This is an automated email from the ASF dual-hosted git repository.
zshshr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git
The following commit(s) were added to refs/heads/master by this push:
new 8ef99c7 Update toolkit.md
new a764585 Merge pull request #315 from wenhandi/patch-3
8ef99c7 is described below
commit 8ef99c74641ddb0ba4c838fdadd024bea912d677
Author: 文翰弟 <[email protected]>
AuthorDate: Tue Jan 29 18:51:10 2019 +0800
Update toolkit.md
单词拼错
---
source/cn/tools/toolkit.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/cn/tools/toolkit.md b/source/cn/tools/toolkit.md
index 4236305..b63e100 100644
--- a/source/cn/tools/toolkit.md
+++ b/source/cn/tools/toolkit.md
@@ -125,7 +125,7 @@ weex debug [we_file|bundles_dir] [options]
|`-p, --port [port]`| 设置调试服务器的端口,默认值 8088|
|`-m, --manual`|开启该选项后将不会自动打开浏览器|
|`-e,--ext [ext]`|设置文件拓展名用于编译器编译,默认值为`vue`|
-|`--min`|开启该选项后将会压缩jsbunlde|
+|`--min`|开启该选项后将会压缩jsbundle|
|`--telemetry`|上传用户数据帮助提升weex-toolkit体验|
|`--verbose`|显示详细的日志数据|
|`--loglevel [loglevel]`|设置日志等级,可选silent/error/warn/info/log/debug,默认值为error|