Fixed typo in PathRegexp explanation

This commit is contained in:
BreadInvasion 2024-05-15 04:20:04 -04:00 committed by GitHub
parent c2c1c3e09e
commit 5f2c00b438
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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