Skip to content

Commit a0970fd

Browse files
author
Suma Prakash
committed
Updating readme
1 parent b51f2b1 commit a0970fd

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
@@ -306,7 +306,7 @@ tag = intercom.tags.untag(name: 'blue', companies: [{ company_id: "42ea2f1b93891
306306

307307
#delete tags
308308

309-
#Note: If there any depedent objects for the tag we are trying to delete, then an error TagHasDependentObjects will be thrown
309+
# Note: If there any depedent objects for the tag we are trying to delete, then an error TagHasDependentObjects will be thrown.
310310
tag = intercom.tags.find(id:"123")
311311
intercom.tags.delete(tag)
312312
```

0 commit comments

Comments
 (0)