diff --git a/src/Html/Attributes.elm b/src/Html/Attributes.elm
index 652fc62..c0e8951 100644
--- a/src/Html/Attributes.elm
+++ b/src/Html/Attributes.elm
@@ -844,7 +844,7 @@ pubdate =
{-| Indicates whether an ordered list `ol` should be displayed in a descending
-order instead of a ascending.
+order instead of ascending.
-}
reversed : Bool -> Attribute msg
reversed =