aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-10-07 10:30:44 -0400
committerScott González <scott.gonzalez@gmail.com>2015-10-07 10:30:44 -0400
commit0070fc76869a137f61017457c6da241617ee2485 (patch)
treede1a9042ae1364e251a4217734573aaada11f642 /guides
parent80abbd3eea131425576d91d36369767f084d7d2b (diff)
downloadrails-0070fc76869a137f61017457c6da241617ee2485.tar.gz
rails-0070fc76869a137f61017457c6da241617ee2485.tar.bz2
rails-0070fc76869a137f61017457c6da241617ee2485.zip
Fix pluralization in docs [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md
index f89ac81fd9..6d689804a8 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -128,7 +128,7 @@ Contributing to the Rails Documentation
Ruby on Rails has two main sets of documentation: the guides, which help you
learn about Ruby on Rails, and the API, which serves as a reference.
-You can help improve the Rails guides by making them more coherent, consistent or readable, adding missing information, correcting factual errors, fixing typos, or bringing it up to date with the latest edge Rails. To get involved in the translation of Rails guides, please see [Translating Rails Guides](https://wiki.github.com/rails/docrails/translating-rails-guides).
+You can help improve the Rails guides by making them more coherent, consistent or readable, adding missing information, correcting factual errors, fixing typos, or bringing them up to date with the latest edge Rails. To get involved in the translation of Rails guides, please see [Translating Rails Guides](https://wiki.github.com/rails/docrails/translating-rails-guides).
You can either open a pull request to [Rails](http://github.com/rails/rails) or
ask the [Rails core team](http://rubyonrails.org/core) for commit access on