From f8267a257ae6c6b65a9b136bdb57cc35f44002a0 Mon Sep 17 00:00:00 2001 From: Njoku Ugochukwu Godson Date: Tue, 23 Oct 2018 09:52:09 +0100 Subject: [PATCH] fixed sentence on line 15 (#23778) added a comma and the phrase "on your computer" --- guide/english/nodejs/socket.io/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/nodejs/socket.io/index.md b/guide/english/nodejs/socket.io/index.md index da7bd3bd97..28b5711f85 100644 --- a/guide/english/nodejs/socket.io/index.md +++ b/guide/english/nodejs/socket.io/index.md @@ -12,7 +12,7 @@ To get a taste of what is possible, Socket.io provides two demos to show it's po ### Get Started -Since Socket.io is a Node.js library you have to make sure that Node.js is installed. +Since Socket.io is a Node.js library, you have to make sure that Node.js is installed on your computer. If it's not set up yet get the latest version at [Nodejs.org](https://nodejs.org/) #### macOS