Skip to content

Commit

Permalink
fix: typo in apisix_route_v2alpha1.md (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhuzero committed May 12, 2021
1 parent d269a01 commit b0a6f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/latest/references/apisix_route_v2alpha1.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Meaning of each field in the spec of ApisixRoute are followed, the top level fie
| http[].match.paths | array | A series of URI that should be matched (oneof) to use this route rule. |
| http[].match.hosts | array | A series of hosts that should be matched (oneof) to use this route rule.
| http[].match.methods | array | A series of HTTP methods(`GET`, `POST`, `PUT`, `DELETE`, `PATCH`, `HEAD`, `OPTIONS`, `CONNECT`, `TRACE`) that should be matched (oneof) to use this route rule.
| http[].match.remote_addrs | array | A series of IP address (CIDR format) that should be matched (oneof) to use this route rule.
| http[].match.remoteAddrs | array | A series of IP address (CIDR format) that should be matched (oneof) to use this route rule.
| http[].match.exprs | array | A series expressions that the results should be matched (oneof) to use this route rule.
| http[].match.exprs[].subject | object | Expression subject.
| http[].match.exprs[].subject.scope | string | Specify where to find the subject, values can be `Header`, `Query`, `Cookie` and `Path`.
Expand Down

0 comments on commit b0a6f3e

Please sign in to comment.