diff --git a/packages/components/src/button/README.md b/packages/components/src/button/README.md index b5fc2833fadce..93cb0e6146a6b 100644 --- a/packages/components/src/button/README.md +++ b/packages/components/src/button/README.md @@ -256,7 +256,7 @@ If provided, renders a [Tooltip](/packages/components/src/tooltip/README.md) com ##### Usage Guidelines: 1. Tooltips must be used only to visually expose the label of controls that don't show visible text. -2. Tooltips usage must take into account the showIconLabels preference: when enabled ant the control shows visible text, the tooltip must be disabled. +2. Tooltips usage must take into account the showIconLabels preference: when enabled and the control shows visible text, the tooltip must be disabled. - Required: No diff --git a/packages/components/src/toggle-group-control/toggle-group-control-option-base/README.md b/packages/components/src/toggle-group-control/toggle-group-control-option-base/README.md index 96f485383e985..13ab0c931d7d8 100644 --- a/packages/components/src/toggle-group-control/toggle-group-control-option-base/README.md +++ b/packages/components/src/toggle-group-control/toggle-group-control-option-base/README.md @@ -27,6 +27,6 @@ Whether to show a tooltip when hovering over the option. The tooltip will only s #### Usage Guidelines: 1. Tooltips must be used only to visually expose the label of controls that don't show visible text. -2. Tooltips usage must take into account the showIconLabels preference: when enabled ant the control shows visible text, the tooltip must be disabled. +2. Tooltips usage must take into account the showIconLabels preference: when enabled and the control shows visible text, the tooltip must be disabled. - Required: No diff --git a/packages/components/src/toggle-group-control/toggle-group-control-option/README.md b/packages/components/src/toggle-group-control/toggle-group-control-option/README.md index 8b9c1cb762013..7d8ee683b7689 100644 --- a/packages/components/src/toggle-group-control/toggle-group-control-option/README.md +++ b/packages/components/src/toggle-group-control/toggle-group-control-option/README.md @@ -55,6 +55,6 @@ Whether to show a tooltip when hovering over the option. The tooltip will attemp #### Usage Guidelines: 1. Tooltips must be used only to visually expose the label of controls that don't show visible text. -2. Tooltips usage must take into account the showIconLabels preference: when enabled ant the control shows visible text, the tooltip must be disabled. +2. Tooltips usage must take into account the showIconLabels preference: when enabled and the control shows visible text, the tooltip must be disabled. - Required: No