From 0eafe7f2fd84084bdaad5b60be9d7263ad841f89 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Fri, 16 Dec 2011 12:28:29 +0200 Subject: [PATCH] Fix typo --- lib/liquid/drop.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/liquid/drop.rb b/lib/liquid/drop.rb index cea30c8..869b203 100644 --- a/lib/liquid/drop.rb +++ b/lib/liquid/drop.rb @@ -1,6 +1,6 @@ module Liquid - # A drop in liquid is a class which allows you to to export DOM like things to liquid. + # A drop in liquid is a class which allows you to export DOM like things to liquid. # Methods of drops are callable. # The main use for liquid drops is the implement lazy loaded objects. # If you would like to make data available to the web designers which you don't want loaded unless needed then