Skip to content

Commit 9c7c062

Browse files
authored
Update hover-focus-and-other-states.mdx (tailwindlabs#1480)
1 parent 47b4267 commit 9c7c062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/hover-focus-and-other-states.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,7 @@ Style an element when the user hovers over it with the mouse cursor using the `h
16901690

16911691
#### focus <small>(:focus)</small>
16921692

1693-
Style an element when it has focus the `focus` modifier:
1693+
Style an element when it has focus using the `focus` modifier:
16941694

16951695
```html
16961696
<input class="border-gray-300 **focus:border-blue-400** ..." />

0 commit comments

Comments
 (0)