aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.md
diff options
context:
space:
mode:
authorKatie Oldaker <k.oldaker@modcloth.com>2012-12-07 12:50:09 -0500
committerKatie Oldaker <k.oldaker@modcloth.com>2012-12-07 12:50:09 -0500
commit7c05ea23a0e6394c61f3d2c1d0ba345784329427 (patch)
tree8472c0ab09bbe95d48659681609cf466c10812d9 /guides/source/contributing_to_ruby_on_rails.md
parent70b809436fdc4f4f95155b0e5968e6cd10b80cd0 (diff)
downloadrails-7c05ea23a0e6394c61f3d2c1d0ba345784329427.tar.gz
rails-7c05ea23a0e6394c61f3d2c1d0ba345784329427.tar.bz2
rails-7c05ea23a0e6394c61f3d2c1d0ba345784329427.zip
Fixed grammar in a lot of guide prologues.
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.md')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md
index fa6c335088..1e0cb6ee4a 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -5,11 +5,11 @@ This guide covers ways in which _you_ can become a part of the ongoing developme
After reading this guide, you will know:
-* Using GitHub to report issues.
-* Cloning master and running the test suite.
-* Helping to resolve existing issues.
-* Contributing to the Ruby on Rails documentation.
-* Contributing to the Ruby on Rails code.
+* How to use GitHub to report issues.
+* How to clone master and run the test suite.
+* How to help resolve existing issues.
+* How to contribute to the Ruby on Rails documentation.
+* How to contribute to the Ruby on Rails code.
Ruby on Rails is not "someone else's framework." Over the years, hundreds of people have contributed to Ruby on Rails ranging from a single character to massive architectural changes or significant documentation — all with the goal of making Ruby on Rails better for everyone. Even if you don't feel up to writing code or documentation yet, there are a variety of other ways that you can contribute, from reporting issues to testing patches.