From 8b77e595c8e680caa819101e9db4b69629cb41e7 Mon Sep 17 00:00:00 2001 From: Vrishabhsk Date: Fri, 8 Nov 2024 15:50:18 +0400 Subject: [PATCH] Fix typo --- packages/components/src/button/README.md | 2 +- .../toggle-group-control-option-base/README.md | 2 +- .../toggle-group-control/toggle-group-control-option/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/components/src/button/README.md b/packages/components/src/button/README.md index b5fc2833fadce8..93cb0e6146a6bd 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 96f485383e9855..13ab0c931d7d8c 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 8b9c1cb762013a..7d8ee683b7689d 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