fix: doc typo

This commit is contained in:
Gabriel Horner
2023-11-28 12:19:20 -05:00
parent 02d97c27ba
commit 81ec1e375e

View File

@@ -68,7 +68,7 @@
nil)))))
(defn on-key-up
"Cation: This mixin uses a different args than on-key-down"
"Caution: This mixin uses a different args than on-key-down"
[state keycode-map all-handler]
(listen state js/window "keyup"
(fn [e]