Skip to content

Commit 13947d6

Browse files
authored
Merge pull request #570 from 14113/patch-2
Fix readme typo
2 parents 93d18bf + 35af24b commit 13947d6

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
@@ -208,7 +208,7 @@ intercom.data_attributes.save(attribute)
208208

209209
# Find all customer attributes including archived
210210
customer_attributes_incl_archived = intercom.data_attributes.find_all({"model": "contact", "include_archived": true})
211-
customer_attributes_incl_archived.each { |attr| p attribute.name }
211+
customer_attributes_incl_archived.each { |attr| p attr.name }
212212
```
213213

214214
#### Events

0 commit comments

Comments
 (0)