From fb94a0fcc48e921df70b614a7777f61c235f4c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Arko?= Date: Thu, 14 Jun 2012 12:30:28 -0700 Subject: minor grammar tweak --- man/bundle-config.ronn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn index 46c9ac6ea7..ee08a0f576 100644 --- a/man/bundle-config.ronn +++ b/man/bundle-config.ronn @@ -122,9 +122,9 @@ invalid references. Particularly, we force a developer to specify a branch in the `Gemfile` in order to use this feature. If the branch specified in the `Gemfile` and the current branch in the local git repository do not match, Bundler will abort. This ensures that -a developer is always working against the correct branches, avoiding -a reference to be accidentally updated. - +a developer is always working against the correct branches, and prevents +accidental locking to a different branch. + Finally, Bundler also ensures that the current revision in the `Gemfile.lock` exists in the local git repository. By doing this, Bundler forces you to fetch the latest changes in the remotes. \ No newline at end of file -- cgit v1.2.1