From e8f261882397f7e8a6c74760f8fe1a4955c9e980 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Thu, 3 Oct 2019 04:25:36 +0300 Subject: [PATCH] Fix typo --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index a6b7de0e090..d11372dbb1a 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.