mirror of
https://github.com/typeable/elm-ui.git
synced 2024-11-27 14:35:05 +03:00
typos
This commit is contained in:
parent
ed45160ce8
commit
45b7435168
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user