From 09df0bf20f6baf555352b2ecac5f097e3e35049d Mon Sep 17 00:00:00 2001 From: kurtschlatzer Date: Tue, 8 Jan 2013 07:49:28 -0800 Subject: [PATCH] corrected typo: users can edit / users can't edit --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 61a0111..1c14208 100644 --- a/Home.md +++ b/Home.md @@ -3,7 +3,7 @@ Liquid is a template engine which was crafted for very specific requirements * It has to have simple markup and beautiful results. Template engines which don't produce good looking results are no fun to use. * It needs to be non-evaling and secure. Liquid templates are made so that users - can edit them. You don't want to run code on your server which your users + can't edit them. You don't want to run code on your server which your users wrote. * It has to be stateless. The compile and render steps have to be separate, so that the expensive parsing and compiling can be done once; later on, you can