Skip to content

Commit

Permalink
Update 12to13.md
Browse files Browse the repository at this point in the history
remove extra 'the'
  • Loading branch information
hawflakes committed Jul 20, 2018
1 parent 6cfea5a commit 8f50375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Usage Docs/12to13.md
Expand Up @@ -104,6 +104,6 @@ will fire a `connect` event.

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

0 comments on commit 8f50375

Please sign in to comment.