Skip to content

Commit 35c93ee

Browse files
committed
Merge branch 'master' into development
* master: Update 12to13.md
2 parents 6db5348 + cc90426 commit 35c93ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Usage Docs/12to13.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ will fire a `connect` event.
104104

105105
The difference is that if `connect()` is just called on the manager, then any sockets for that manager that are not the default
106106
socket will not automatically connect. `connect()` will need to be called individually for each socket. However, if `connect()`
107-
is called on a client, then in addition to opening the connection if needed, the client will connect to the its namespace,
107+
is called on a client, then in addition to opening the connection if needed, the client will connect to its namespace,
108108
and a `connect` event fired.
109109

0 commit comments

Comments
 (0)