Fix typo in 15to16 upgrading notes

This commit is contained in:
Tyson Andre 2021-03-02 14:42:02 -05:00 committed by GitHub
parent af5ce97b75
commit 678fb81ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ This guide will help you navigate the changes that were introduced in v16.
## Client supports multiple socket.io versions
The client now supports socket.io 3 servers. This is mostly a transparent change, however if your sever
The client now supports socket.io 3 servers. This is mostly a transparent change, however if your server
is socket.io 2, you must send `.version(.two)` as an option to the manager.
```swift