This is an automated email from the ASF dual-hosted git repository.
kyork 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 cebb1bd fix 348 (#531)
cebb1bd is described below
commit cebb1bdb96a56018674130bec8be720ab02e47bb
Author: 任跃兵 <[email protected]>
AuthorDate: Wed Oct 30 14:16:34 2019 +0800
fix 348 (#531)
---
docs/zh/guide/extend/extend-ios.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh/guide/extend/extend-ios.md
b/docs/zh/guide/extend/extend-ios.md
index c2c71a6..81f4e75 100644
--- a/docs/zh/guide/extend/extend-ios.md
+++ b/docs/zh/guide/extend/extend-ios.md
@@ -36,7 +36,7 @@ console.log(value);
到此,我们已经完成了一个简单的 module 方法的封装,在 JS 里使用方法如下:
```Javascript
-weex.requireModule("event").showParams("hello Weex)
+weex.requireModule("event").showParams("hello Weex")
```
#### Module 进阶