From b9ddfd262aabdf4acdbc83a8d1f8a1c16b09effc Mon Sep 17 00:00:00 2001 From: petrhaus Date: Wed, 15 Sep 2010 05:43:46 -0700 Subject: [PATCH] corrected a mispell Updated Liquid for Designers (textile) --- Liquid-for-Designers.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index 6c3d733..2abf672 100644 --- a/Liquid-for-Designers.textile +++ b/Liquid-for-Designers.textile @@ -44,7 +44,7 @@ h3. Standard Filters * **date** - reformat a date ("syntax reference":http://liquid.rubyforge.org/classes/Liquid/StandardFilters.html#M000012) * **capitalize** - capitalize words in the input sentence * **downcase** - convert an input string to lowercase -* **upcase** - convert a input string to uppercase +* **upcase** - convert an input string to uppercase * **first** - get the first element of the passed in array * **last** - get the last element of the passed in array * **join** - join elements of the array with certain character between them