Skip to content

Commit ac4fc22

Browse files
authored
doc: Fix typo (#53)
1 parent 5e70b03 commit ac4fc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ local metadata = rx:match(ngx.var.uri, {...})
204204
* `method`: optional, method name of client request.
205205
* `host`: optional, client request host.
206206
* `remote_addr`: optional, client remote address like `192.168.1.100`.
207-
* `vars`: optional, a Lua table to fetch variable, default value is `ngx.var` to fetch Ningx builtin variable.
207+
* `vars`: optional, a Lua table to fetch variable, default value is `ngx.var` to fetch Nginx builtin variable.
208208

209209
Matchs the route by `method`, `path` and `host` etc, and call `handler` function if successful.
210210

0 commit comments

Comments
 (0)