docs: fix typo

This commit is contained in:
Wooseop Kim 2022-10-23 01:24:30 +09:00
parent 0d05c7bf19
commit 89c547708b
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ handle [<matcher>] {
## Utility
If you prefer crafting HTTP handler logic in a more inheritence-based way like nginx location blocks, you may prefer the use of `handle` blocks rather than defining mutually-exclusive matchers for your directives. If inheritence is a desired characteristic of your HTTP handler configurations, then the `handle` directive may suit you well.
If you prefer crafting HTTP handler logic in a more inheritance-based way like nginx location blocks, you may prefer the use of `handle` blocks rather than defining mutually-exclusive matchers for your directives. If inheritance is a desired characteristic of your HTTP handler configurations, then the `handle` directive may suit you well.
## Similar directives