Explorar o código

Update nodejs_web_app.rst

Rajat Pandit %!s(int64=11) %!d(string=hai) anos
pai
achega
3c36f82f18
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/sources/examples/nodejs_web_app.rst

+ 1 - 1
docs/sources/examples/nodejs_web_app.rst

@@ -50,7 +50,7 @@ Then, create an ``index.js`` file that defines a web app using the
       res.send('Hello World\n');
     });
 
-    app.listen(PORT)
+    app.listen(PORT);
     console.log('Running on http://localhost:' + PORT);