aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2018-09-24 19:56:08 -0400
committerGitHub <noreply@github.com>2018-09-24 19:56:08 -0400
commitd353b0807290c0aa6fe2fb693943f0fae001aaa8 (patch)
tree081f6843706e54d9583c64711c3461c54bdde58d
parent06274428e534f8e12fc7d6904a89678b23c5b404 (diff)
parent7777f7292731efcff627071bd4d531596b08af70 (diff)
downloadrails-d353b0807290c0aa6fe2fb693943f0fae001aaa8.tar.gz
rails-d353b0807290c0aa6fe2fb693943f0fae001aaa8.tar.bz2
rails-d353b0807290c0aa6fe2fb693943f0fae001aaa8.zip
Merge pull request #33964 from pskl/master
Improve phrasing of one sentence in the contributing guide
-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).