Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsobseb committed Feb 25, 2025
1 parent 152a5e9 commit 9a71f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/DismissableLayer/DismissableLayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export type DismissableLayerEmits = {
*/
escapeKeyDown: [event: KeyboardEvent]
/**
* Event handler called when the a `pointerdown` event happens outside of the `DismissableLayer`.
* Event handler called when a `pointerdown` event happens outside of the `DismissableLayer`.
* Can be prevented.
*/
pointerDownOutside: [event: PointerDownOutsideEvent]
Expand Down

0 comments on commit 9a71f8f

Please sign in to comment.