diff options
author | Arthur Nogueira Neves <github@arthurnn.com> | 2015-03-14 13:46:22 -0400 |
---|---|---|
committer | Arthur Nogueira Neves <github@arthurnn.com> | 2015-03-14 13:46:22 -0400 |
commit | 105aa26333696e4702d3b9d87609b0c8dca163f1 (patch) | |
tree | c167c53aa8133f4b224fc31e279250d606c8d851 /guides | |
parent | 0d76ab9c6f01e6390ba8878a296ff9d3ac6b9aa8 (diff) | |
parent | 2730a22d31857c51ec4275dfdc00ba05ea7af941 (diff) | |
download | rails-105aa26333696e4702d3b9d87609b0c8dca163f1.tar.gz rails-105aa26333696e4702d3b9d87609b0c8dca163f1.tar.bz2 rails-105aa26333696e4702d3b9d87609b0c8dca163f1.zip |
Merge pull request #19335 from JahBrewski/master
[ci skip] Subject-verb agreement
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.md | 2 |
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 |