Skip to content

Commit 6ac2d21

Browse files
Maledongwillin
authored andcommitted
zh-CN:Fix the mixture of links (#1943)
* zh-CN:Fix the mixture of links We should change to a new line to seperate the link from the Chinese words. * fix
1 parent e515d6f commit 6ac2d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/zh-cn/docs/guides/getting-started-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ server.listen(port, hostname, () => {
2525
});
2626
```
2727

28-
然后使用 ``` node app.js ``` 运行程序,访问 http://localhost:3000,你就会看到一个消息,写着“Hello World”。
28+
然后使用 ``` node app.js ``` 运行程序,访问 <http://localhost:3000>,你就会看到一个消息,写着“Hello World”。

0 commit comments

Comments
 (0)