diff --git a/docs/content/migration/v2.md b/docs/content/migration/v2.md index 654c875e7..053021a2b 100644 --- a/docs/content/migration/v2.md +++ b/docs/content/migration/v2.md @@ -312,5 +312,5 @@ Since `v2.2.5` this global option has been removed, and you should not use it an ### HostSNI rule matcher removal -In `v2.2.2` we introduced a new rule matcher (`HostSNI`) which was allowing to match the Server Name Indication at the router level. -Since `v2.2.5` this rule has been removed, and you should not use it anymore. +In `v2.2.2` we introduced a new rule matcher (`HostSNI`) for HTTP routers which was allowing to match the Server Name Indication at the router level. +Since `v2.2.5` this rule has been removed for HTTP routers, and you should not use it anymore.