Skip to content

Commit

Permalink
docs(tooltip): fix typo [KHCP-9007]
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Feb 8, 2024
1 parent 1f2b5f8 commit d4da70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/tooltip.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tooltip

A tooltip is aninformative message that appears when a user hovers over, focuses on, or taps an element, providing additional context, guidance, or information without cluttering the interface.
A tooltip is an informative message that appears when a user hovers over, focuses on, or taps an element, providing additional context, guidance, or information without cluttering the interface.

<KTooltip text="Simple tooltip.">
<InfoIcon />
Expand Down

0 comments on commit d4da70b

Please sign in to comment.