From f75f0600b537e95062e3d09df2a2de9aa6d227cd Mon Sep 17 00:00:00 2001 From: theshish Date: Mon, 18 Nov 2019 22:16:00 -0800 Subject: [PATCH] Fix typo. --- src/Browser/Events.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Browser/Events.elm b/src/Browser/Events.elm index 0dec4ec..f194227 100644 --- a/src/Browser/Events.elm +++ b/src/Browser/Events.elm @@ -147,7 +147,7 @@ onClick = {-| Subscribe to mouse moves anywhere on screen. You could use this to implement resizable panels like in Elm's online code -editor. Check out the example imprementation [here][drag]. +editor. Check out the example implementation [here][drag]. [drag]: https://github.com/elm/browser/blob/1.0.2/examples/src/Drag.elm