s/Node/Note/

This commit is contained in:
James Coglan
2013-04-29 22:03:58 +01:00
parent d2e958096c
commit 46f58dc5b0
+1 -1
View File
@@ -66,7 +66,7 @@ server.on('upgrade', function(request, socket, body) {
};
```
Node the final line - you must pass the `body` buffer to the socket handler in
Note the final line - you must pass the `body` buffer to the socket handler in
order to make certain versions of the protocol work.