Skip to content

Commit

Permalink
Update index.ts (#1367)
Browse files Browse the repository at this point in the history
Fix typo in comments: `sendMulticase` -> `sendMulticast`
  • Loading branch information
dhritzkiv committed Jul 12, 2021
1 parent 0b45481 commit bfaec79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messaging/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export namespace messaging {
export type Message = TokenMessage | TopicMessage | ConditionMessage;

/**
* Payload for the admin.messaing.sendMulticase() method. The payload contains all the fields
* Payload for the admin.messaing.sendMulticast() method. The payload contains all the fields
* in the BaseMessage type, and a list of tokens.
*/
export interface MulticastMessage extends BaseMessage {
Expand Down

0 comments on commit bfaec79

Please sign in to comment.