You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/08/14 06:54:02 UTC

incubator-weex-site git commit: fix small typo in the vueJS example

Repository: incubator-weex-site
Updated Branches:
  refs/heads/master a095ee024 -> 67f245108


fix small typo in the vueJS example

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/67f24510
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/67f24510
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/67f24510

Branch: refs/heads/master
Commit: 67f2451084df9a0d3986528aee20d259fcd2215c
Parents: a095ee0
Author: thomas <st...@gmail.com>
Authored: Tue Aug 14 07:27:41 2018 +0200
Committer: GitHub <no...@github.com>
Committed: Tue Aug 14 07:27:41 2018 +0200

----------------------------------------------------------------------
 source/references/js-service.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/67f24510/source/references/js-service.md
----------------------------------------------------------------------
diff --git a/source/references/js-service.md b/source/references/js-service.md
index 116a3ef..e7e0037 100644
--- a/source/references/js-service.md
+++ b/source/references/js-service.md
@@ -107,7 +107,7 @@ var _InstanceService = new InstanceService(weex)
 var _NormalService = new service.normalService(weex)
 
 module.exports = {
-  created: fucntion() {
+  created: function() {
     // called modal module to toast something
     _InstanceService.toast('Instance JS Service')
     _NormalService.toast('Normal JS Service')