Skip to content

Commit 89d5055

Browse files
authored
修复一处语法错误
1 parent 0ee8253 commit 89d5055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ $response = $push()
231231
$platform = array('ios', 'android');
232232
$alert = 'Hello JPush';
233233
$tag = array('tag1', 'tag2');
234-
$regId = arrag('rid1', 'rid2');
234+
$regId = array('rid1', 'rid2');
235235
$ios_notification = array(
236236
'sound' => 'hello jpush',
237237
'badge' => 2,

0 commit comments

Comments
 (0)