Skip to content

Commit

Permalink
docs(contributing) fix a mistake in example section
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Sep 6, 2023
1 parent a999747 commit 1ad6f43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@ http {

In the above example:

- `9000:/with-filter`: Inherits its execution chain from its parent block:
- `:9000/with-filter`: Inherits its execution chain from its parent block:
`server{}`. Runs `my_server_filter`.
- `9000:/no-filter`: Overrides its execution chain. Runs `check_something` and
- `:9000/no-filter`: Overrides its execution chain. Runs `check_something` and
`check_something_else` in their respective phases.
- `9001:/with-filter`: Inherits its execution chain from its grandparent block:
- `:9001/with-filter`: Inherits its execution chain from its grandparent block:
`http{}`. Runs `my_global_filter`.

You may also consult another description of the execution chain through the
Expand Down

0 comments on commit 1ad6f43

Please sign in to comment.