diff options
-rw-r--r-- | src/lustre/event.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lustre/event.gleam b/src/lustre/event.gleam index 23e17a3..cceca8f 100644 --- a/src/lustre/event.gleam +++ b/src/lustre/event.gleam @@ -94,7 +94,7 @@ pub fn on_keypress(msg: fn(String) -> msg) -> Attribute(msg) { |> result.map(msg) } -/// Listens for key dow events on an element, and dispatches a message with the +/// Listens for key down events on an element, and dispatches a message with the /// current key being pressed. /// pub fn on_keydown(msg: fn(String) -> msg) -> Attribute(msg) { |