From 3b78cf44a926b4656ac593acbb75b69ebccbf485 Mon Sep 17 00:00:00 2001 From: jnimety Date: Fri, 30 Dec 2011 07:42:02 -0800 Subject: [PATCH] Updated Liquid for Designers (markdown) --- Liquid-for-Designers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Liquid-for-Designers.md b/Liquid-for-Designers.md index e4a28c1..5fa217a 100644 --- a/Liquid-for-Designers.md +++ b/Liquid-for-Designers.md @@ -249,7 +249,7 @@ forloop.index0 # => index of the current iteration (zero based) forloop.rindex # => how many items are still left? forloop.rindex0 # => how many items are still left? (zero based) forloop.first # => is this the first iteration? -forloop.last # => is this the last iternation? +forloop.last # => is this the last iteration? ``` There are several attributes you can use to influence which items you receive in