diff --git a/src/plugins/hotkey/index.js b/src/plugins/hotkey/index.js
index 7da40e6..4be88f9 100644
--- a/src/plugins/hotkey/index.js
+++ b/src/plugins/hotkey/index.js
@@ -26,7 +26,7 @@ function plugin({ directive }) {
hotkey,
e => {
has_modifier(modifiers, "prevent") && e.preventDefault();
- has_modifier(modifiers, "stop") && e.stopPropogation();
+ has_modifier(modifiers, "stop") && e.stopPropagation();
e.hotkey = hotkey;
listener(e);
diff --git a/tests/playwright/assets/page.html b/tests/playwright/assets/page.html
index bca7431..d3f1f2d 100644
--- a/tests/playwright/assets/page.html
+++ b/tests/playwright/assets/page.html
@@ -15,6 +15,7 @@
+