Skip to content

Commit 21869ee

Browse files
Fix typo and formatting in docs (#1378)
- Fix typo and add back-ticks
1 parent ba07e12 commit 21869ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/messaging/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ export namespace messaging {
7171
}
7272

7373
/**
74-
* Payload for the admin.messaging.send() operation. The payload contains all the fields
75-
* in the BaseMessage type, and exactly one of token, topic or condition.
74+
* Payload for the `admin.messaging.send()` operation. The payload contains all the fields
75+
* in the `BaseMessage` type, and exactly one of token, topic or condition.
7676
*/
7777
export type Message = TokenMessage | TopicMessage | ConditionMessage;
7878

7979
/**
80-
* Payload for the admin.messaing.sendMulticast() method. The payload contains all the fields
81-
* in the BaseMessage type, and a list of tokens.
80+
* Payload for the `admin.messaging.sendMulticast()` method. The payload contains all the fields
81+
* in the `BaseMessage` type, and a list of tokens.
8282
*/
8383
export interface MulticastMessage extends BaseMessage {
8484
tokens: string[];

0 commit comments

Comments
 (0)