intercom / intercom-node

Node.js bindings for the Intercom API
https://developers.intercom.com
Other
366 stars 116 forks source link

Typo in type `RecepientType` (should be RecipientType) #352

Closed GuiSim closed 1 year ago

GuiSim commented 1 year ago

Version info

See https://github.com/intercom/intercom-node/blob/2e3fa9bea9e6921568bb441c1c1d77348973c4c2/lib/message.ts

Expected behavior

Recipient should be spelled Recipient

Actual behavior

It is spelled Recepient

GuiSim commented 1 year ago

Also the Recepient type has the same typo.

colmdoyle commented 1 year ago

Good spot @GuiSim. Have opened a PR to fix.