Skip to content

Commit 8f50375

Browse files
authored
Update 12to13.md
remove extra 'the'
1 parent 6cfea5a commit 8f50375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Usage Docs/12to13.md

Lines changed: 1 addition & 1 deletion
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)