aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorPascal Lamouric <hello@pascal.cc>2018-09-24 16:36:58 +0200
committerPascal Lamouric <hello@pascal.cc>2018-09-24 16:36:58 +0200
commit7777f7292731efcff627071bd4d531596b08af70 (patch)
tree5db1efec161492e4b965cc3ccb3b6c23232d3497 /guides
parentd03cc170c1bdad15245be7f2681a265fd2bd0d5d (diff)
downloadrails-7777f7292731efcff627071bd4d531596b08af70.tar.gz
rails-7777f7292731efcff627071bd4d531596b08af70.tar.bz2
rails-7777f7292731efcff627071bd4d531596b08af70.zip
Improve phrasing of one sentence in the contributing guide
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 e2493ad5f6..01848bdc11 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -135,7 +135,7 @@ 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 them up to date with the latest edge Rails.
To do so, make changes to Rails guides source files (located [here](https://github.com/rails/rails/tree/master/guides/source) on GitHub). Then open a pull request to apply your
-changes to master branch.
+changes to the master branch.
When working with documentation, please take into account the [API Documentation Guidelines](api_documentation_guidelines.html) and the [Ruby on Rails Guides Guidelines](ruby_on_rails_guides_guidelines.html).