Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/directives/hover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The directive has no modifiers.

## Live example

In the following, we are swapping icons and tet color depending on the hover state of the element:
In the following, we are swapping icons and text color depending on the hover state of the element:

```html
<template>
Expand Down Expand Up @@ -84,4 +84,4 @@ In the following, we are swapping icons and tet color depending on the hover sta
## Accessibility concerns

Hover state should not be used to convey special meaning, as screen reader users and keyboard only
users typically ac not typically trigger hover state on elements.
users typically can not trigger hover state on elements.