aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Nogueira Neves <github@arthurnn.com>2015-03-14 13:46:22 -0400
committerArthur Nogueira Neves <github@arthurnn.com>2015-03-14 13:46:22 -0400
commit105aa26333696e4702d3b9d87609b0c8dca163f1 (patch)
treec167c53aa8133f4b224fc31e279250d606c8d851
parent0d76ab9c6f01e6390ba8878a296ff9d3ac6b9aa8 (diff)
parent2730a22d31857c51ec4275dfdc00ba05ea7af941 (diff)
downloadrails-105aa26333696e4702d3b9d87609b0c8dca163f1.tar.gz
rails-105aa26333696e4702d3b9d87609b0c8dca163f1.tar.bz2
rails-105aa26333696e4702d3b9d87609b0c8dca163f1.zip
Merge pull request #19335 from JahBrewski/master
[ci skip] Subject-verb agreement
-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 89218f02c7..018100c316 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -378,7 +378,7 @@ Your name can be added directly after the last word if you don't provide any cod
### Updating the Gemfile.lock
-Some changes requires the dependencies to be upgraded. In these cases make sure you run `bundle update` to get the right version of the dependency and commit the `Gemfile.lock` file within your changes.
+Some changes require the dependencies to be upgraded. In these cases make sure you run `bundle update` to get the right version of the dependency and commit the `Gemfile.lock` file within your changes.
### Sanity Check