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 bb71b1e Fixed a typo
new 40a3d7e Merge pull request #311 from RGSS3/patch-1
bb71b1e is described below
commit bb71b1efe2cd7a9fe42ab2894322022a5dcc6c6d
Author: seiran <[email protected]>
AuthorDate: Sat Jan 26 02:50:37 2019 +0800
Fixed a typo
---
source/cn/references/js-service.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/cn/references/js-service.md
b/source/cn/references/js-service.md
index d8be4d4..3de6503 100644
--- a/source/cn/references/js-service.md
+++ b/source/cn/references/js-service.md
@@ -108,7 +108,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')