Skip to content

Commit 2abb36e

Browse files
authored
Typo showNewMessage not showNewMessages
1 parent af5e9f5 commit 2abb36e

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
@@ -127,7 +127,7 @@ Used to retrieve all methods bundled with Intercom. These are based on the offic
127127
| hide | () => void | hides the Messenger, will call `onHide` if supplied to `IntercomProvider` |
128128
| show | () => void | shows the Messenger, will call `onShow` if supplied to `IntercomProvider` |
129129
| showMessages | () => void | shows the Messenger with the message list |
130-
| showNewMessages | (content?: string) => void | shows the Messenger as if a new conversation was just created. If `content` is passed, it will fill in the message composer |
130+
| showNewMessage | (content?: string) => void | shows the Messenger as if a new conversation was just created. If `content` is passed, it will fill in the message composer |
131131
| getVisitorId | () => string | gets the visitor id |
132132
| startTour | (tourId: number) => void | starts a tour based on the `tourId` |
133133
| trackEvent | (event: string, metaData?: object) => void | submits an `event` with optional `metaData`

0 commit comments

Comments
 (0)