[go: nahoru, domu]

Skip to content

Commit

Permalink
docs: Fix small typo in introduction.md
Browse files Browse the repository at this point in the history
- Corrected 'compatability' to 'compatibility' in docs/docs/partials/introduction.md
  • Loading branch information
tyami94 authored and tt2468 committed Dec 31, 2022
1 parent e797a3f commit 079ab31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/partials/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ These steps should be followed precisely. Failure to connect to the server as in

- The server receives and processes the `Identify` sent by the client.
- If authentication is required and the `Identify` message data does not contain an `authentication` string, or the string is not correct, the connection is closed with `WebSocketCloseCode::AuthenticationFailed`
- If the client has requested an `rpcVersion` which the server cannot use, the connection is closed with `WebSocketCloseCode::UnsupportedRpcVersion`. This system allows both the server and client to have seamless backwards compatability.
- If the client has requested an `rpcVersion` which the server cannot use, the connection is closed with `WebSocketCloseCode::UnsupportedRpcVersion`. This system allows both the server and client to have seamless backwards compatibility.
- If any other parameters are malformed (invalid type, etc), the connection is closed with an appropriate close code.

- Once identification is processed on the server, the server responds to the client with an [OpCode 2 `Identified`](#identified-opcode-2).
Expand Down

0 comments on commit 079ab31

Please sign in to comment.