Skip to content

Commit e6c57a5

Browse files
imba-tjdagentzh
authored andcommitted
Added missing apostrophe
1 parent 014f8d3 commit e6c57a5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

en/01-NginxVariables01.tut

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ around the variable name (excluding the C<$> prefix), as in C<${first}>. Let's
183183
test this sample:
184184

185185
:bash
186-
$ curl 'http://localhost:8080/test
186+
$ curl 'http://localhost:8080/test'
187187
hello world
188188

189189
== Variable Declaration and Creation ==

en/02-NginxDirectiveExecOrder01.tut

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ variable C<$a> has been reset after command L<ngx_echo/echo> "is
2424
executed". Really? the reality is:
2525

2626
:bash
27-
$ curl 'http://localhost:8080/test
27+
$ curl 'http://localhost:8080/test'
2828
56
2929
56
3030

zh-cn/01-NginxVariables01.tut

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ C<$> 字符给转义
128128
名围起来,比如这里的 C<${first}>. 上面这个例子的输出是:
129129

130130
:bash
131-
$ curl 'http://localhost:8080/test
131+
$ curl 'http://localhost:8080/test'
132132
hello world
133133

134134
L<ngx_rewrite/set> 指令(以及前面提到的 L<ngx_geo/geo>

zh-cn/02-NginxDirectiveExecOrder01.tut

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
C<$a>. 然而不幸的是,事实并非如此:
2626

2727
:bash
28-
$ curl 'http://localhost:8080/test
28+
$ curl 'http://localhost:8080/test'
2929
56
3030
56
3131

0 commit comments

Comments
 (0)