docs: remove mon-printable character (#242)

This commit is contained in:
Yiyu He 2017-01-11 23:25:18 +08:00 committed by fengmk2
parent 96d5360986
commit f09696ebf1

View File

@ -375,7 +375,7 @@ module.exports = {
#### `context.ip`
通过 `context.ip` 获取请求发起方的 ip 地址,优先从 `context.ips` 中获取,`context.ips` 为空时使用连接上发起方的 ip 地址。
通过 `context.ip` 获取请求发起方的 ip 地址,优先从 `context.ips` 中获取,`context.ips` 为空时使用连接上发起方的 ip 地址。
**注意ip 和 ips 不同ip 当 `config.proxy = false` 时会返回当前连接发起者的 ip 地址ips 此时会为空数组。**