From 95358b0b8352ab263318249f7f739829a3d37fef Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Wed, 7 Dec 2011 18:33:41 -0800 Subject: [PATCH] Fix typos --- doc-src/content/frameworks.haml | 2 +- doc-src/content/get-involved/index.haml | 2 +- doc-src/content/help/tutorials/extensions.markdown | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc-src/content/frameworks.haml b/doc-src/content/frameworks.haml index 22d8b3cc..2fec400d 100644 --- a/doc-src/content/frameworks.haml +++ b/doc-src/content/frameworks.haml @@ -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 diff --git a/doc-src/content/get-involved/index.haml b/doc-src/content/get-involved/index.haml index 84998259..a7582fb4 100644 --- a/doc-src/content/get-involved/index.haml +++ b/doc-src/content/get-involved/index.haml @@ -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 diff --git a/doc-src/content/help/tutorials/extensions.markdown b/doc-src/content/help/tutorials/extensions.markdown index 791a3ed4..99e6d24d 100644 --- a/doc-src/content/help/tutorials/extensions.markdown +++ b/doc-src/content/help/tutorials/extensions.markdown @@ -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.