Skip to content

Commit cc90426

Browse files
authored
Merge pull request #1061 from hawflakes/patch-1
Update 12to13.md
2 parents 6cfea5a + 8f50375 commit cc90426

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)