From 0dacc65ecd1943cad8e49b08cd200d6aeb9a93c4 Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Wed, 8 Apr 2020 00:09:06 +0200 Subject: [PATCH] Fix wording in 'Bump what' error message --- builder/src/Reporting/Exit.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/src/Reporting/Exit.hs b/builder/src/Reporting/Exit.hs index 00ce640f6..0752dd526 100644 --- a/builder/src/Reporting/Exit.hs +++ b/builder/src/Reporting/Exit.hs @@ -256,7 +256,7 @@ bumpToReport bump = Help.report "BUMP WHAT?" Nothing "I cannot find an elm.json so I am not sure what you want me to bump." [ D.reflow $ - "Elm packages always have an elm.json that says current the version number. If\ + "Elm packages always have an elm.json that says the current version number. If\ \ you run this command from a directory with an elm.json file, I will try to bump\ \ the version in there based on the API changes." ]