Skip to content

Commit 24ff60b

Browse files
committed
spelling/capitalization
1 parent b8054fb commit 24ff60b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/resources/server/message.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## Message
44

5-
Messages are a feature in Geometry dash where you can send messages to other players online if they have their message's open. There are two fields you can control within a message: `Subject` and `Message`
5+
Messages are a feature in Geometry dash where you can send messages to other players online if they have their messages open. There are two fields you can control within a message: `Subject` and `Message`
66

7-
> `Subject` can be viewed in a list in the messages menu - without any external Tools, the `Subject` field only supports 35 characters
7+
> `Subject` can be viewed in a list in the messages menu - without any external tools, the `Subject` field only supports 35 characters
88
9-
> `Message` can be viewed only if you download the message by clicking on the `view` button in the messages menu - without any external Tools, the `Messages` field only supports 200 characters
9+
> `Message` can be viewed only if you download the message by clicking on the `view` button in the messages menu - without any external tools, the `Messages` field only supports 200 characters
1010
11-
A typical Message Server response is structured with a `key:value:key:value` pairing and is then split with a `|`
11+
A typical message server response is structured with a `key:value:key:value` pairing and is then split with a `|`
1212
<!-- tabs:start -->
1313

1414
#### **Message Example Response**
@@ -40,4 +40,4 @@ A list of all known keys can be found in the table below
4040

4141
- The current message system has a bug in which replying to a message will fail. This is because the client does not have any checks to see if the other user has their messages open when replying so if you send a reply to a user who has their messages closed, the request will return the error code `-1` resulting in it failing
4242

43-
- due to an oversight, you are able to block yourself if you send yourself a message. [Cvolton](https://github.com/Cvolton) explains this oversight in one of his [videos](https://www.youtube.com/watch?v=R18tKYFrIqE)
43+
- Due to an oversight, you are able to block yourself if you send yourself a message. [Cvolton](https://github.com/Cvolton) explains this oversight in one of his [videos](https://www.youtube.com/watch?v=R18tKYFrIqE)

0 commit comments

Comments
 (0)