From dac4aa9723fc7b1955f9225578605e6eb7661bf9 Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Sun, 30 Aug 2009 10:08:35 -0700 Subject: [PATCH] Fix a minor punctuation error in EXTENSIONS.markdown. --- EXTENSIONS.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EXTENSIONS.markdown b/EXTENSIONS.markdown index 745ad5e5..a3b4d8d3 100644 --- a/EXTENSIONS.markdown +++ b/EXTENSIONS.markdown @@ -1,7 +1,7 @@ Compass Extensions ================== -Compass, at it's heart, is a framework upon which sass-based stylesheet frameworks are built. It provides the tools for building, installing and using reusable stylesheets that provide anything from full-fledged layout frameworks to designs for widgets or even full page designs. All using the power of sass to keep the semantic meaning of the html pages clear and free of design details. +Compass, at its heart, is a framework upon which sass-based stylesheet frameworks are built. It provides the tools for building, installing and using reusable stylesheets that provide anything from full-fledged layout frameworks to designs for widgets or even full page designs. All using the power of sass to keep the semantic meaning of the html pages clear and free of design details. This document describes the compass extension toolset so that you can build your own compass extension. @@ -180,4 +180,4 @@ To install via rubygems into an existing project: sudo gem install an-extension # edit the project configuration file and add: - require 'an_extension' \ No newline at end of file + require 'an_extension'