Fix typos

This commit is contained in:
Kyle Robinson Young 2011-12-07 18:33:41 -08:00
parent cd5b1949dd
commit 95358b0b83
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ crumb: Plugins and frameworks
%a
http://compass-style.org
%td
You are currently vising the Compass docs.
You are currently viewing the Compass docs.
%tr
%td Blueprint
%td 0.8.0

View File

@ -19,7 +19,7 @@ layout: default
1. [**Contribute to Compass**](/help/tutorials/contributing).
2. [**Develop a Compass Extension**](/help/tutorials/extensions).
3. [**Contribute to Sass Recipies**](http://chriseppstein.github.com/sass-recipes/).
3. [**Contribute to Sass Recipes**](http://chriseppstein.github.com/sass-recipes/).
4. Publish your code somewhere and email a link to the [mailing list](http://groups.google.com/group/compass-users).
## Help Others

View File

@ -125,7 +125,7 @@ should attempt to adhere to unless there's a good reason not to do so.
pieces for faster load times when they're not using everything.
3. Use partials (files starting with an underscore) for stylesheets that are meant
to be imported. If you do not Sass will generate css
files for your libaries in some configurations.
files for your libraries in some configurations.
4. Provide a project template. If you do not, your project should only be
providing widgets or page designs, etc.