Skip to content

Commit 3307235

Browse files
committed
Fix wording in 'Bump what' error message (ref: elm#2079)
1 parent 16f455b commit 3307235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Builder/Reporting/Exit.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ bumpToReport bump =
283283
Nothing
284284
"I cannot find an elm.json so I am not sure what you want me to bump."
285285
[ D.reflow <|
286-
"Elm packages always have an elm.json that says current the 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."
286+
"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."
287287
]
288288

289289
BumpBadOutline outline ->

0 commit comments

Comments
 (0)