Skip to content

Commit

Permalink
docs(useFocusWithin): fix typos (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbobs committed Jul 29, 2022
1 parent c5af059 commit 5b0e247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useFocusWithin/index.md
Expand Up @@ -4,7 +4,7 @@ category: Sensors

# useFocusWithin

Reactive utility to track if an element or one of its decendants has focus. It is meant to match the behvaior of the `:focus-within` CSS psuedo-class. A common use case would be on a form element to see if any of its inputs currently have focus.
Reactive utility to track if an element or one of its decendants has focus. It is meant to match the behavior of the `:focus-within` CSS pseudo-class. A common use case would be on a form element to see if any of its inputs currently have focus.

## Basic Usage

Expand Down

0 comments on commit 5b0e247

Please sign in to comment.