aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorJoel Brewer <joelbrewer01@gmail.com>2015-03-14 12:32:01 -0500
committerJoel Brewer <joelbrewer01@gmail.com>2015-03-14 12:32:01 -0500
commit2730a22d31857c51ec4275dfdc00ba05ea7af941 (patch)
treec167c53aa8133f4b224fc31e279250d606c8d851 /guides/source
parent0d76ab9c6f01e6390ba8878a296ff9d3ac6b9aa8 (diff)
downloadrails-2730a22d31857c51ec4275dfdc00ba05ea7af941.tar.gz
rails-2730a22d31857c51ec4275dfdc00ba05ea7af941.tar.bz2
rails-2730a22d31857c51ec4275dfdc00ba05ea7af941.zip
[ci skip] Subject-verb agreement
Diffstat (limited to 'guides/source')
-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