aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorjacobherrington <jacobherringtondeveloper@gmail.com>2019-07-04 10:46:44 -0500
committerRichard Schneeman <richard.schneeman+no-recruiters@gmail.com>2019-07-04 11:00:14 -0500
commit6fd43bd07170d54e90625081bf21c36d3666b8c6 (patch)
treeedb3f02db2c2415a71cf8f7b684559234e2228ce /guides
parent05ce1769dc6e61a488d9838872e483ab7e1567d7 (diff)
downloadrails-6fd43bd07170d54e90625081bf21c36d3666b8c6.tar.gz
rails-6fd43bd07170d54e90625081bf21c36d3666b8c6.tar.bz2
rails-6fd43bd07170d54e90625081bf21c36d3666b8c6.zip
Fix a typo by removing extra article [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 f8649131a6..9c28ff6a9c 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -139,7 +139,7 @@ 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).
-NOTE: For documentation changes, your commit message should include [ci skip]. This will skip the running the test suite, helping us to cut down on our server costs. Keep in mind that you should only skip CI when your change touches documentation exclusively.
+NOTE: For documentation changes, your commit message should include [ci skip]. This will skip running the test suite, helping us to cut down on our server costs. Keep in mind that you should only skip CI when your change touches documentation exclusively.
Translating Rails Guides
------------------------