diff --git a/locale/zh-cn/docs/guides/getting-started-guide.md b/locale/zh-cn/docs/guides/getting-started-guide.md index 80fce04199ae8..b0b46798d9993 100644 --- a/locale/zh-cn/docs/guides/getting-started-guide.md +++ b/locale/zh-cn/docs/guides/getting-started-guide.md @@ -25,4 +25,4 @@ server.listen(port, hostname, () => { }); ``` -然后使用 ``` node app.js ``` 运行程序,访问 http://localhost:3000,你就会看到一个消息,写着“Hello World”。 +然后使用 ``` node app.js ``` 运行程序,访问 ,你就会看到一个消息,写着“Hello World”。