Skip to content

Commit f44fd48

Browse files
authored
Merge pull request #335 from intercom/colmdoyle/enum-typo
Fix typo in Enum
2 parents 233ebc9 + 32e41d1 commit f44fd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/conversation/conversation.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ enum ConversationPriority {
123123
}
124124

125125
enum ConversationSourceType {
126-
CONVERASTION = 'conversation',
126+
CONVERSATION = 'conversation',
127127
PUSH = 'push',
128128
FACEBOOK = 'facebook',
129129
TWITTER = 'twitter',

0 commit comments

Comments
 (0)