From 95330b11edb2325189ff259b68c6258e6c245ab0 Mon Sep 17 00:00:00 2001 From: Hevin Date: Wed, 21 Jun 2017 13:04:42 +0800 Subject: [PATCH] Fix spelling error --- doc/Common_detail_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Common_detail_api.md b/doc/Common_detail_api.md index 9a03ed0..529b7f2 100644 --- a/doc/Common_detail_api.md +++ b/doc/Common_detail_api.md @@ -223,7 +223,7 @@ window.plugins.jPushPlugin.setTagsWithAlias([tag1, tag2], alias1, function () { if(device.platform == "Android") { alertContent = event.alert } else { - lertContent = event.aps.alert + alertContent = event.aps.alert } }, false)