Skip to content

Commit e126ebf

Browse files
Fix typo in proxy documentation
1 parent f306efc commit e126ebf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/server/proxy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
## Velocity 及其衍生服务端
1010

11-
### 无法链接到后端服务器
11+
### 无法连接到后端服务器
1212

13-
解释:Velocity 无法链接到你设定的服务器上
13+
解释:Velocity 无法连接到你设定的服务器上
1414

15-
解决方案:检查后端服务器是否开启,或检查配置文件中的链接地址是否正确
15+
解决方案:检查后端服务器是否开启,或检查配置文件中的连接地址是否正确
1616

1717
关键词:
1818
```
@@ -29,4 +29,4 @@ Caused by: java.net.ConnectException: Connection refused: no further information
2929
关键词:
3030
```
3131
java.lang.IllegalStateException: Backend server is online-mode!
32-
```
32+
```

0 commit comments

Comments
 (0)