diff --git a/docs/content/routing/routers/index.md b/docs/content/routing/routers/index.md index 4ba434771f..117dc5b2a4 100644 --- a/docs/content/routing/routers/index.md +++ b/docs/content/routing/routers/index.md @@ -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