aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/contribute.textile
diff options
context:
space:
mode:
authorEvan Farrar <evanfarrar@gmail.com>2011-05-29 22:06:15 -0400
committerEvan Farrar <evanfarrar@gmail.com>2011-05-29 22:08:41 -0400
commit91b19186f7161bc2114613b15460fb29d632aff7 (patch)
tree2d85f4c726e9c363c83dcdb8c7cb096e8780aeb6 /railties/guides/source/contribute.textile
parentace750871527a54bab434aaf31b1e7d80f25aaea (diff)
downloadrails-91b19186f7161bc2114613b15460fb29d632aff7.tar.gz
rails-91b19186f7161bc2114613b15460fb29d632aff7.tar.bz2
rails-91b19186f7161bc2114613b15460fb29d632aff7.zip
Spelling corrections in the guides.
Diffstat (limited to 'railties/guides/source/contribute.textile')
-rw-r--r--railties/guides/source/contribute.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contribute.textile b/railties/guides/source/contribute.textile
index 3985cdeb2a..f9bb80861c 100644
--- a/railties/guides/source/contribute.textile
+++ b/railties/guides/source/contribute.textile
@@ -14,7 +14,7 @@ h3. How to Contribute?
* Sample format : "Active Record Associations":https://github.com/lifo/docrails/blob/3e56a3832415476fdd1cb963980d0ae390ac1ed3/railties/guides/source/association_basics.textile.
* Sample output : "Active Record Associations":association_basics.html.
* You can build the Guides during testing by running +bundle exec rake generate_guides+ in the +railties+ directory.
-* You're encouraged to validate XHTML for the generated guides before commiting your changes by running +bundle exec rake validate_guides+ in the +railties+ directory.
+* You're encouraged to validate XHTML for the generated guides before committing your changes by running +bundle exec rake validate_guides+ in the +railties+ directory.
* Edge guides "can be consulted online":http://edgeguides.rubyonrails.org/. That website is generated periodically from docrails.
h3. What to Contribute?