Skip to content

Commit 414ce6e

Browse files
authored
Copyediting
1 parent 8d0de95 commit 414ce6e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

content/en-us/reference/engine/classes/TextChatCommand.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ summary: |
66
Represents a text chat command.
77
description: |
88
Represents a text chat command. Can be used to create custom text chat
9-
commands when parented to `Class.TextChatService`. Custom commands can have up
10-
to two aliases, and the Triggered event fires when a user types
11-
"/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat. For examples of
12-
creating custom text chat commands, see [Custom Text Chat Commands](../../../chat/examples/custom-text-chat-commands.md)
9+
commands when parented to `Class.TextChatService`.
1310
11+
Custom commands can have up to two aliases, and the Triggered event fires when a user types
12+
"/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat. For an example of custom commands,
13+
see [Custom text chat commands](../../../chat/examples/custom-text-chat-commands.md).
14+
1415
To learn more about using `Class.TextChatService`, see
15-
[In-Experience Text Chat](../../../chat/in-experience-text-chat.md).
16+
[In-experience text chat](../../../chat/in-experience-text-chat.md).
1617
code_samples: []
1718
inherits:
1819
- Instance

0 commit comments

Comments
 (0)