You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by GitBox <gi...@apache.org> on 2018/12/20 02:48:50 UTC

[GitHub] Hanks10100 closed pull request #249: fix demo mistake

Hanks10100 closed pull request #249: fix demo mistake
URL: https://github.com/apache/incubator-weex-site/pull/249
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/source/cn/guide/extend-ios.md b/source/cn/guide/extend-ios.md
index 91296470c..b92e2b881 100644
--- a/source/cn/guide/extend-ios.md
+++ b/source/cn/guide/extend-ios.md
@@ -35,7 +35,7 @@ Weex SDK 只提供渲染,提供了一些默认的组件和能力,如果你
   到此,我们已经完成了一个简单的 module 方法的封装,javaScript 端的使用如下:
 
     ```javaScript
-      weex.requireModule("event").showParams("hello Weex)
+      weex.requireModule("event").showParams("hello Weex")
     ```
 
 - module 高阶用法


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services