diff --git a/docs/source/docs/configuration.blade.md b/docs/source/docs/configuration.blade.md index 82ce84a5e..3ef8fdfae 100644 --- a/docs/source/docs/configuration.blade.md +++ b/docs/source/docs/configuration.blade.md @@ -163,7 +163,7 @@ The available state variants are: - `responsive`, for generating breakpoint-specific versions of those utilities - `hover`, for generating versions of those utilities that only take effect on hover - `focus`, for generating versions of those utilities that only take effect on focus -- `parent-hover`, for generating versions of those utilities that only take effect when a marked parent element is hovered +- `group-hover`, for generating versions of those utilities that only take effect when a marked parent element is hovered To include a module but not generate any state variants, use an empty array: diff --git a/docs/source/docs/svg.blade.md b/docs/source/docs/svg.blade.md index e4d09e73c..445312e43 100644 --- a/docs/source/docs/svg.blade.md +++ b/docs/source/docs/svg.blade.md @@ -89,7 +89,7 @@ Control which stroke utilities Tailwind generates by customizing the `svgStroke` ### Responsive, Hover, and Focus Variants -By default, no responsive, hover, focus, or parent-hover variants are generated for fill and stroke utilities. +By default, no responsive, hover, focus, or group-hover variants are generated for fill and stroke utilities. You can control which variants are generated for both fill and stroke utilities by modifying the `svgFill` and `svgStroke` properties in the `modules` section of your Tailwind config file.