Skip to content

Commit 1ad6f43

Browse files
committed
docs(contributing) fix a mistake in example section
1 parent a999747 commit 1ad6f43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,11 @@ http {
255255

256256
In the above example:
257257

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

265265
You may also consult another description of the execution chain through the

0 commit comments

Comments
 (0)