Skip to content

Commit 2a6c9a6

Browse files
committed
doc: minor typo fixes.
1 parent c6ffcfb commit 2a6c9a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/HttpLuaModule.wiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3791,9 +3791,9 @@ or a Lua table holding the query arguments' key-value pairs, as in
37913791
ngx.req.set_uri_args({ a = 3, b = "hello world" })
37923792
</geshi>
37933793
3794-
In the former case, i.e., when the whole query-strng is provided directly,
3794+
In the former case, i.e., when the whole query-string is provided directly,
37953795
the input Lua string should already be well-formed with the URI encoding.
3796-
For security considerations, his method will autoamticaly escape any control and
3796+
For security considerations, his method will automatically escape any control and
37973797
whitespace characters (ASCII code 0x00 ~ 0x32 and 0x7F) in the Lua string.
37983798
37993799
In the latter case, this method will escape argument keys and values according to the URI escaping rule.

0 commit comments

Comments
 (0)