diff --git a/docs/reference/features.rst b/docs/reference/features.rst index f4b592a4..7e6e262d 100644 --- a/docs/reference/features.rst +++ b/docs/reference/features.rst @@ -28,7 +28,7 @@ Both sides +------------------------------------+--------+--------+--------+ | | |aio| | |sync| | |sans| | +====================================+========+========+========+ - | Perfom the opening handshake | ✅ | ✅ | ✅ | + | Perform the opening handshake | ✅ | ✅ | ✅ | +------------------------------------+--------+--------+--------+ | Send a message | ✅ | ✅ | ✅ | +------------------------------------+--------+--------+--------+ @@ -50,7 +50,7 @@ Both sides +------------------------------------+--------+--------+--------+ | Send a pong | ✅ | ✅ | ✅ | +------------------------------------+--------+--------+--------+ - | Perfom the closing handshake | ✅ | ✅ | ✅ | + | Perform the closing handshake | ✅ | ✅ | ✅ | +------------------------------------+--------+--------+--------+ | Report close codes and reasons | ❌ | ✅ | ✅ | | from both sides | | | |