Skip to content

Commit 59a3473

Browse files
authored
Fix typo: missing punctuation mark
This fix adds a period at the end of the sentence.
1 parent 6ea4166 commit 59a3473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/event-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ For example:
331331
```
332332

333333
::: tip
334-
Note that modifier keys are different from regular keys and when used with `keyup` events, they have to be pressed when the event is emitted. In other words, `keyup.ctrl` will only trigger if you release a key while holding down `ctrl`. It won't trigger if you release the `ctrl` key alone
334+
Note that modifier keys are different from regular keys and when used with `keyup` events, they have to be pressed when the event is emitted. In other words, `keyup.ctrl` will only trigger if you release a key while holding down `ctrl`. It won't trigger if you release the `ctrl` key alone.
335335
:::
336336

337337
### `.exact` Modifier

0 commit comments

Comments
 (0)