From 8f50375cf2ce4d712a0225eb7c62329c67bff033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=B1=E6=A5=82=E7=89=87?= Date: Fri, 20 Jul 2018 01:19:34 -0700 Subject: [PATCH] Update 12to13.md remove extra 'the' --- Usage Docs/12to13.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage Docs/12to13.md b/Usage Docs/12to13.md index 740ab62..6fa3dab 100644 --- a/Usage Docs/12to13.md +++ b/Usage Docs/12to13.md @@ -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.