Merge pull request #1335 from TysonAndre/patch-1

Fix typo in 15to16 upgrading notes
This commit is contained in:
Erik Little 2021-03-02 14:44:39 -05:00 committed by GitHub
commit 8d9a613835
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 ## 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. is socket.io 2, you must send `.version(.two)` as an option to the manager.
```swift ```swift