diff --git a/src/Browser/Dom.elm b/src/Browser/Dom.elm index d992e4f..a29b64f 100644 --- a/src/Browser/Dom.elm +++ b/src/Browser/Dom.elm @@ -173,7 +173,7 @@ type alias Viewport = {-| Just like `getViewport`, but for any scrollable DOM node. Say we have an -application with a chat box in the bottow right corner like this: +application with a chat box in the bottom right corner like this: ![chat](https://elm.github.io/browser/v1/chat.svg)