This commit is contained in:
Matthew Griffith 2019-06-12 19:20:00 -04:00
parent ed45160ce8
commit 45b7435168

View File

@ -34,7 +34,7 @@ module Element exposing
# Rows and Columns
When we want more than one child on an element, we want to be _specific_ about how they will be layed out.
When we want more than one child on an element, we want to be _specific_ about how they will be laid out.
So, the common ways to do that would be `row` and `column`.
@ -1442,7 +1442,7 @@ transparent on =
{-| A capped value between 0.0 and 1.0, where 0.0 is transparent and 1.0 is fully opaque.
Semantically equavalent to html opacity.
Semantically equivalent to html opacity.
-}
alpha : Float -> Attr decorative msg