corrected a mispell

Updated Liquid for Designers (textile)
petrhaus
2010-09-15 05:43:46 -07:00
parent 5a46d39767
commit b9ddfd262a
+1 -1
@@ -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