Skip to content

Commit 982ffaf

Browse files
committed
typo fixes from Fan Yang.
1 parent 44397a7 commit 982ffaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/01-NginxVariables08.tut

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ is
135135
requested:
136136

137137
:bash
138-
$ curl 'http://localhost:8080/test?names=Tom,Jim,Bob
138+
$ curl 'http://localhost:8080/test?names=Tom,Jim,Bob'
139139
[Tom] [Jim] [Bob]
140140

141141
Clearly module L<ngx_array_var> make it easier to handle inputs with variable

zh-cn/01-NginxVariables08.tut

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ C<array_map> 和 C<array_join> 这三条配置指令,其含
115115
116116

117117
:bash
118-
$ curl 'http://localhost:8080/test?names=Tom,Jim,Bob
118+
$ curl 'http://localhost:8080/test?names=Tom,Jim,Bob'
119119
[Tom] [Jim] [Bob]
120120

121121
我们看到,使用 L<ngx_array_var> 模块可以很方便地处理这样具有不

0 commit comments

Comments
 (0)