Skip to content

Commit

Permalink
Fixed typo in PathRegexp explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadInvasion committed May 15, 2024
1 parent c2c1c3e commit 5f2c00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/routing/routers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f2c00b

Please sign in to comment.