aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-10-07 11:52:26 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-10-07 11:52:26 -0300
commita5bd0a385c58995153094cd8b950ef48d49be309 (patch)
treede1a9042ae1364e251a4217734573aaada11f642 /guides
parent80abbd3eea131425576d91d36369767f084d7d2b (diff)
parent0070fc76869a137f61017457c6da241617ee2485 (diff)
downloadrails-a5bd0a385c58995153094cd8b950ef48d49be309.tar.gz
rails-a5bd0a385c58995153094cd8b950ef48d49be309.tar.bz2
rails-a5bd0a385c58995153094cd8b950ef48d49be309.zip
Merge pull request #21900 from scottgonzalez/contributing-typo
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