Skip to content

Commit 0be174a

Browse files
WaKeMaTTamurtron
andauthored
[typo] README - Fix typo
Co-Authored-By: Matthew Murray <[email protected]>
1 parent 3035aa7 commit 0be174a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ conversation.remove_tag(id: tag.id, admin_id: admin.id)
402402
conversation.add_contact(admin_id: admin.id, customer: { intercom_user_id: contact.id })
403403

404404
# Remove a contact from a conversation
405-
conversation.remove_tag(id: contact.id, admin_id: admin.id)
405+
conversation.remove_contact(id: contact.id, admin_id: admin.id)
406406
```
407407

408408
#### Full loading of an embedded entity

0 commit comments

Comments
 (0)