From f3307a1116d8f44240c557bdf1d265fe2180763d Mon Sep 17 00:00:00 2001 From: decaylala Date: Mon, 9 Jan 2023 11:40:16 +0800 Subject: [PATCH] Update hover-focus-and-other-states.mdx --- src/pages/docs/hover-focus-and-other-states.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/hover-focus-and-other-states.mdx b/src/pages/docs/hover-focus-and-other-states.mdx index 412e10216..8e6b94602 100644 --- a/src/pages/docs/hover-focus-and-other-states.mdx +++ b/src/pages/docs/hover-focus-and-other-states.mdx @@ -1690,7 +1690,7 @@ Style an element when the user hovers over it with the mouse cursor using the `h #### focus (:focus) -Style an element when it has focus the `focus` modifier: +Style an element when it has focus using the `focus` modifier: ```html