Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrishabhsk committed Nov 8, 2024
1 parent 649f0b1 commit 8b77e59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8b77e59

Please sign in to comment.