summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Zubkov <igor.zubkov@ag-force.com>2019-10-03 04:25:36 +0300
committerIgor Zubkov <igor.zubkov@ag-force.com>2019-10-03 04:25:36 +0300
commite8f261882397f7e8a6c74760f8fe1a4955c9e980 (patch)
tree48b1600eee87498f46af3d254642eabd377f1b96
parent99c08b614ea97a022cc67212a7d18c5f71aa08c3 (diff)
downloadbundler-e8f261882397f7e8a6c74760f8fe1a4955c9e980.tar.gz
Fix typo
-rw-r--r--UPGRADING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING.md b/UPGRADING.md
index a6b7de0e09..d11372dbb1 100644
--- a/UPGRADING.md
+++ b/UPGRADING.md
@@ -78,7 +78,7 @@ that we plan to make to this set of commands and options.
* The `bundle console` will be removed and replaced with `bin/console`.
Over time we found `bundle console` hard to maintain because every user would
- want to add her own specific tweaks to it. In order to ease maintainance and
+ want to add her own specific tweaks to it. In order to ease maintenance and
reduce bikeshedding discussions, we're removing the `bundle console` command
in favor of a `bin/console` script created by `bundle gem` on gem generation
that users can tweak to their needs.