Skip to content

Commit a6a2460

Browse files
authoredDec 6, 2022
update readme
1 parent c9d289f commit a6a2460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
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)
Please sign in to comment.