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"