Skip to content

Commit a6a2460

Browse files
authored
update readme
1 parent c9d289f commit a6a2460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ intercom.events.create(
278278
# name - name of the event
279279
# first - time when event first occured.
280280
# last - time when event last occured
281-
# count - nmber of times the event occured
281+
# count - number of times the event occured
282282
# description - description of the event
283283
events = intercom.events.find_all(type: 'user',intercom_user_id: 'abc',summary: true)
284284
```

0 commit comments

Comments
 (0)