From b31cc090647a4ca3510aef4943af03bb40727fff Mon Sep 17 00:00:00 2001 From: Ryan Moore Date: Sun, 19 May 2024 19:51:47 -0400 Subject: =?UTF-8?q?=F0=9F=94=80=20Fix=20typo=20(#136)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lustre/event.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { -- cgit v1.2.3