Skip to content

Commit 8256908

Browse files
authored
doc: fix typo in README (#73)
1 parent 0a92d02 commit 8256908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ local rx = radix.new({
180180
`syntax: metadata = rx:match(path, opts)`
181181

182182
* `path`: client request path.
183-
* `opts`: a Lua tale (optional).
183+
* `opts`: a Lua table (optional).
184184
* `method`: optional, method name of client request.
185185
* `host`: optional, client request host.
186186
* `remote_addr`: optional, client remote address like `192.168.1.100`.
@@ -200,7 +200,7 @@ local metadata = rx:match(ngx.var.uri, {...})
200200
`syntax: ok = rx:dispatch(path, opts, ...)`
201201

202202
* `path`: client request path.
203-
* `opts`: a Lua tale (optional).
203+
* `opts`: a Lua table (optional).
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`.

0 commit comments

Comments
 (0)