AttrDemo: typo

This commit is contained in:
Jonathan Daugherty 2017-10-06 13:26:36 -07:00
parent 54380351a3
commit d4cb0fa63b

View File

@ -35,7 +35,7 @@ ui =
, withAttr "foundFull" $
str "You can override everything ..."
, withAttr "foundFgOnly" $
str "... or only you want to change and inherit the rest."
str "... or only what you want to change and inherit the rest."
, str "Attribute names are assembled with the Monoid append operation to indicate"
, str "hierarchy levels, e.g. \"window\" <> \"title\"."
, str " "