Skip to content

Commit

Permalink
fix: typo (#2692)
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <[email protected]>
  • Loading branch information
testwill authored Oct 19, 2023
1 parent 9b57097 commit 24b7f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,7 @@ The data flow in case the policy allows the request looks like this

```ascii
┌──────────────────┐ ┌────────────────────┐
(1) Request │ Skipper │ (4) Request │ Target Aplication
(1) Request │ Skipper │ (4) Request │ Target Application
─────────────┤ ├──────────────►│ │
│ │ │ │
(6) Response│ (2)│ ▲ (3) │ (5) Response │ │
Expand All @@ -1770,7 +1770,7 @@ The data flow in case the policy disallows the request looks like this

```ascii
┌──────────────────┐ ┌────────────────────┐
(1) Request │ Skipper │ │ Target Aplication
(1) Request │ Skipper │ │ Target Applicatio
─────────────┤ ├──────────────►│ │
│ │ │ │
(4) Response│ (2)│ ▲ (3) │ │ │
Expand Down

0 comments on commit 24b7f16

Please sign in to comment.