10000 chore(docs): fix documentation typos for Hover directive (#5109) · bootstrap-vue/bootstrap-vue@a23a6d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit a23a6d0

Browse files
authored
chore(docs): fix documentation typos for Hover directive (#5109)
1 parent 6ed09f4 commit a23a6d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/directives/hover/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The directive has no modifiers.
5050

5151
## Live example
5252

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

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

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

0 commit comments

Comments
 (0)
0