diff --git a/packages/components/src/font-size-picker/README.md b/packages/components/src/font-size-picker/README.md index 1c0cb84da82556..4e2c441d7139ba 100644 --- a/packages/components/src/font-size-picker/README.md +++ b/packages/components/src/font-size-picker/README.md @@ -92,7 +92,7 @@ Size of the control. Available units for custom font size selection. -**Important Note**: For the units property to work, font sizes must be specified as strings with units (e.g., `'12px'` instead of `12`). When font sizes are provided as numbers, the component operates in "unitless mode" where the units property has no effect. +**Note**: For the `units` property to work, the current font size value must be specified as strings with units (e.g., `'12px'` instead of `12`). When the font size is provided as a number, the component operates in "unitless mode" where the `units` property has no effect. - Required: No - Default: `[ 'px', 'em', 'rem', 'vw', 'vh' ]`