From c9838e3c844ce88dab5925c0a8fbb1416fed1d95 Mon Sep 17 00:00:00 2001 From: mndeal Date: Fri, 31 Jan 2020 20:21:02 -0500 Subject: [PATCH] Fix typo in dropzone docs. --- src/Html/Attributes.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Html/Attributes.elm b/src/Html/Attributes.elm index 652fc62..32a0ec6 100644 --- a/src/Html/Attributes.elm +++ b/src/Html/Attributes.elm @@ -265,7 +265,7 @@ draggable = Elm.Kernel.VirtualDom.attribute "draggable" -{-| Indicates that the element accept the dropping of content on it. -} +{-| Indicates that the element accepts the dropping of content on it. -} dropzone : String -> Attribute msg dropzone = stringProperty "dropzone"