Skip to content

Commit 40f9bdb

Browse files
author
Maledong
authored
zh-CN: Typos fix (#4944)
1. Change the link from 'en' to 'zh-CN'. 2. Add a space between "," to make the Chinese words Italic.
1 parent d4adc17 commit 40f9bdb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

locale/zh-cn/docs/guides/diagnostics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ layout: docs.hbs
1414

1515
* [内存诊断相关](/zh-cn/docs/guides/diagnostics/memory)
1616
* [在线调试](/zh-cn/docs/guides/diagnostics/live-debugging)
17-
* [低效率运行](/en/docs/guides/diagnostics/poor-performance)
17+
* [低效率运行](/zh-cn/docs/guides/diagnostics/poor-performance)

locale/zh-cn/docs/guides/security/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const server = net.createServer(function(socket) {
4949
server.listen(5000, '0.0.0.0');
5050
```
5151

52-
此处如果接受一个 _非法请求_,服务器就可能崩溃了。
52+
此处如果接受一个 _非法请求_ ,服务器就可能崩溃了。
5353

5454
另一个案例 [Slowloris][] 并非是通过请求的内容发动拒绝式服务攻击。
5555
在这个攻击中,HTTP请求发送既慢又散,每次就发送一点点内容,这样就会导致服务器为等待完整

0 commit comments

Comments
 (0)