We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40466a6 commit cecdfc5Copy full SHA for cecdfc5
src/components/useClickAway/stories/useClickAway.md
@@ -1,6 +1,6 @@
1
# useClickAway
2
3
-Vue function that triggers callback when user clicks outside of target area.
+Vue function that triggers a callback when the user clicks outside of the target area.
4
5
## Reference
6
@@ -14,7 +14,7 @@ useClickAway(
14
15
### Parameters
16
17
-- `element: string` the element to checked for click away events
+- `element: string` the element to check for click away events
18
- `onClickAway: string` the callback to run when triggering a click away
19
- `events: string` list of events to listen to, defaults to `['mousedown', 'touchstart']`
20
0 commit comments