From b82102d6ab79ca358e860eb1ccf86c6260feef37 Mon Sep 17 00:00:00 2001 From: simonharrer Date: Wed, 19 Oct 2011 07:08:11 -0700 Subject: [PATCH] Fixed typo. --- 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 7db5eff..6dc8d4a 100644 --- a/Liquid-for-Designers.md +++ b/Liquid-for-Designers.md @@ -77,7 +77,7 @@ this code. Here is a list of currently supported tags: -* **assign** - Assgins some value to a variable +* **assign** - Assigns some value to a variable * **capture** - Block tag that captures text into a variable * **case** - Block tag, its the standard case...when block * **comment** - Block tag, comments out the text in the block