From 897b457cf9d3c8a4d26fe0db355e45ccbe9d4c76 Mon Sep 17 00:00:00 2001 From: Sakura-chan the goat Date: Sat, 11 Jun 2022 02:10:11 +0900 Subject: [PATCH] Fix typo in Browser.Dom.getViewportOf documentation Just fix typo. --- src/Browser/Dom.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)