Fixed typo in PathRegexp explanation
This commit is contained in:
parent
c2c1c3e09e
commit
5f2c00b438
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ Path are always starting with a `/`, except for `PathRegexp`.
|
|||
[case-insensitively](https://en.wikipedia.org/wiki/Case_sensitivity):
|
||||
|
||||
```yaml
|
||||
HostRegexp(`(?i)^/products`)
|
||||
PathRegexp(`(?i)^/products`)
|
||||
```
|
||||
|
||||
#### Query and QueryRegexp
|
||||
|
|
Loading…
Reference in a new issue