We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb06337 + 0cecba5 commit e787600Copy full SHA for e787600
locale/en/about/index.md
@@ -16,7 +16,7 @@ var http = require('http');
16
http.createServer(function (req, res) {
17
res.writeHead(200, {'Content-Type': 'text/plain'});
18
res.end('Hello World\n');
19
-}).listen(1337, "127.0.0.1");
+}).listen(1337, '127.0.0.1');
20
21
console.log('Server running at http://127.0.0.1:1337/');
22
```
0 commit comments