Skip to content

Commit d315d95

Browse files
authored
Fix incorrect class in TextChatService overview (#1040)
## Changes <!-- Please summarize your changes. --> The method TextChatService:SendAsync() does not exist, it should be TextChannel:SendAsync() <!-- Please link to any applicable information (forum posts, bug reports, etc.). --> ## Checks By submitting your pull request for review, you agree to the following: - [X] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [X] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [X] To the best of my knowledge, all proposed changes are accurate. ---------
1 parent a8d1eef commit d315d95

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()|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)