Fixed typo wiht -> with

This commit is contained in:
diegospd 2016-12-25 23:44:05 -06:00 committed by GitHub
parent e780ac73a0
commit 0cf84e39c1

View File

@ -18,7 +18,7 @@
-- Is the attribute that will set the foreground color to red and the background color to the
-- default.
--
-- This can then be used to build an image wiht a red foreground like so:
-- This can then be used to build an image with a red foreground like so:
--
-- @
-- string (defAttr `withForeColor` red) "this text will be red"