From f5d83bb4292aa9d9f4b6109e58c0a3e1445f07be Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Thu, 18 Nov 2010 18:16:14 -0800 Subject: [PATCH] Fix typos --- frameworks/compass/templates/ellipsis/manifest.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/compass/templates/ellipsis/manifest.rb b/frameworks/compass/templates/ellipsis/manifest.rb index b6c18f1e..205d8d6b 100644 --- a/frameworks/compass/templates/ellipsis/manifest.rb +++ b/frameworks/compass/templates/ellipsis/manifest.rb @@ -4,9 +4,9 @@ file 'xml/ellipsis.xml', :like => :css stylesheet 'ellipsis.sass' help %Q{ -First, install the plugin to get the xml file that makes this work in firfox: +First, install the plugin to get the xml file that makes this work in firefox: - compass init --using compass/ellipsis + compass install compass/ellipsis Then @include "ellipsis" into your selectors to enable ellipsis there when text gets too long.