Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Sotiris Nanopoulos <[email protected]>
  • Loading branch information
davinci26 committed Oct 23, 2023
1 parent 9130a6a commit 81f07c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/httpproxy-route-sorting.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Since Envoy is greedy matching path routes, order is important. Contour sorts th
And it breaks ties in the following way:

1. Matches of the same type are ordered by their length.
2. Matches of the same length are sorted by the presense of additional matching conditions(e.g. if a particular header exists)
2. Matches of the same length are sorted by the presence of additional matching conditions(e.g. if a particular header exists)
3. Matches of the same type, length and match conditions are sorted lexicographically.

## Personas
Expand Down

0 comments on commit 81f07c1

Please sign in to comment.