From 0dae5b56684b8e263d51d78ab7a84894e23820da Mon Sep 17 00:00:00 2001 From: Roy Tomeij Date: Tue, 21 Feb 2012 21:34:20 +0100 Subject: [PATCH] Fix typo and use periods more consistently --- doc-src/content/help/tutorials/contributing.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc-src/content/help/tutorials/contributing.markdown b/doc-src/content/help/tutorials/contributing.markdown index 552a94fc..5894bea5 100644 --- a/doc-src/content/help/tutorials/contributing.markdown +++ b/doc-src/content/help/tutorials/contributing.markdown @@ -89,12 +89,12 @@ If the tests fail, fix the tests or the stylesheets accordingly. If the tests, d fail, that means this aspect was not well enough tested. Please [add or augment a test](#writing-tests). -You're done. Please [submit your changes](#patches) +You're done. Please [submit your changes](#patches).

Making Stylesheet Changes

It is a good idea to discuss new features ideas with the compass users and developers -before building something. Please don't by shy; send an email to the [compass mailing +before building something. Please don't be shy; send an email to the [compass mailing list](http://groups.google.com/group/compass-users). Many feature ideas are good but not obviously a good fit for the compass core library. @@ -112,7 +112,7 @@ making extensions.][extensions] **Step 6**: Documentation - Add or update the reference documentation. Add an example of using the feature. See the [doc readme for details][documentation]. -You're done. Please [submit your changes](#patches) +You're done. Please [submit your changes](#patches).

Making Ruby Changes