Skip to content

Commit 905d92d

Browse files
authored
Fix incorrect class
1 parent a8d1eef commit 905d92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/chat/in-experience-text-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Though both systems share the same basic chat functionalities, TextChatService i
127127
<td>Send a chat message</td>
128128
<td>`Class.Players:Chat()`</td>
129129
<td>`Class.TextChannel:SendAsync()`</td>
130-
<td>The `Class.TextChatService:SendAsync()` method supports more advanced chat features, such as rich text formatting and message priority. It also includes built-in filtering to help prevent inappropriate messages from being sent.</td>
130+
<td>The `Class.TextChannel:SendAsync()` method supports more advanced chat features, such as rich text formatting and message priority. It also includes built-in filtering to help prevent inappropriate messages from being sent.</td>
131131
</tr>
132132
<tr>
133133
<td>Implement messaging callbacks</td>

0 commit comments

Comments
 (0)