Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Megrez Lu <lujiajing1126@gmail.com>
  • Loading branch information
lujiajing1126 committed Mar 18, 2024
1 parent 21c385e commit c4331ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/proposals/20240315-pathandqueryparams.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ type HttpRouteMatch struct {
}
```

Matches define conditions used to match incoming HTTP requests to the canary service. Each match condition may contain serveral conditions as children which are independent of each other.
Matches define conditions used to match incoming HTTP requests to the canary service. Each match condition may contain several conditions as children which are independent of each other.

For Gateway API, only a single match rule will be applied since Gateway API use ANDed rules if multiple ones are defined, i.e. the match will evaluate to be true only if all conditions are satisfied. Priority: Header > QueryParams, for backwards-compatibility.

Expand Down

0 comments on commit c4331ab

Please sign in to comment.