From 2730a22d31857c51ec4275dfdc00ba05ea7af941 Mon Sep 17 00:00:00 2001 From: Joel Brewer Date: Sat, 14 Mar 2015 12:32:01 -0500 Subject: [ci skip] Subject-verb agreement --- guides/source/contributing_to_ruby_on_rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') 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 -- cgit v1.2.3