Skip to content

Commit 1be0bef

Browse files
Update Google.md
1 parent 72ffc63 commit 1be0bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Google.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ var $events:=$google.calendar.getEvents({calendarId: $myCalendar.id; top: 10})
333333

334334
### Google.calendar.createEvent()
335335

336-
**Google.calendar.createEvent**(*event*: Object{; *option*: Object}) : Object
336+
**Google.calendar.createEvent**(*event*: Object{; *options*: Object}) : Object
337337

338338
#### Parameters
339339

@@ -399,7 +399,7 @@ End if
399399

400400
### Google.calendar.updateEvent()
401401

402-
**Google.calendar.updateEvent**(*event*: Object{; *option*: Object}) : Object
402+
**Google.calendar.updateEvent**(*event*: Object{; *options*: Object}) : Object
403403

404404
#### Parameters
405405

0 commit comments

Comments
 (0)