summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Arko <andre@arko.net>2012-06-14 12:30:28 -0700
committerAndré Arko <andre@arko.net>2012-06-14 12:30:28 -0700
commitfb94a0fcc48e921df70b614a7777f61c235f4c94 (patch)
tree8f700c1fdd2b848656f67b751ca87009afff9921
parent53605180b9f5d2791202e48f0c8d702bbbdb37ad (diff)
downloadbundler-fb94a0fcc48e921df70b614a7777f61c235f4c94.tar.gz
minor grammar tweak
-rw-r--r--man/bundle-config.ronn6
1 files 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