Skip to content

Commit bfaec79

Browse files
authored
Update index.ts (#1367)
Fix typo in comments: `sendMulticase` -> `sendMulticast`
1 parent 0b45481 commit bfaec79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/messaging/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export namespace messaging {
7777
export type Message = TokenMessage | TopicMessage | ConditionMessage;
7878

7979
/**
80-
* Payload for the admin.messaing.sendMulticase() method. The payload contains all the fields
80+
* Payload for the admin.messaing.sendMulticast() method. The payload contains all the fields
8181
* in the BaseMessage type, and a list of tokens.
8282
*/
8383
export interface MulticastMessage extends BaseMessage {

0 commit comments

Comments
 (0)