From c4331ab48a72944635df8dba6077b8bb18916122 Mon Sep 17 00:00:00 2001 From: Megrez Lu Date: Mon, 18 Mar 2024 12:10:09 +0800 Subject: [PATCH] fix typo Signed-off-by: Megrez Lu --- docs/proposals/20240315-pathandqueryparams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proposals/20240315-pathandqueryparams.md b/docs/proposals/20240315-pathandqueryparams.md index 6ca957a6af..1ed8a36837 100644 --- a/docs/proposals/20240315-pathandqueryparams.md +++ b/docs/proposals/20240315-pathandqueryparams.md @@ -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.