Skip to content

Commit 3c1944f

Browse files
committed
fix: correct error messages typo (ref: elm#2348)
1 parent 922b635 commit 3c1944f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Builder/Reporting/Exit.elm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3107,7 +3107,7 @@ toDetailsReport details =
31073107
DetailsHandEditedGuidaDependencies ->
31083108
Help.report "ERROR IN DEPENDENCIES"
31093109
(Just "guida.json")
3110-
"It looks like the dependencies guida.json in were edited by hand (or by a 3rd party tool) leaving them in an invalid state."
3110+
"It looks like the dependencies in guida.json were edited by hand (or by a 3rd party tool) leaving them in an invalid state."
31113111
[ D.fillSep
31123112
[ D.fromChars "Try"
31133113
, D.fromChars "to"
@@ -3138,7 +3138,7 @@ toDetailsReport details =
31383138
DetailsHandEditedElmDependencies ->
31393139
Help.report "ERROR IN DEPENDENCIES"
31403140
(Just "elm.json")
3141-
"It looks like the dependencies elm.json in were edited by hand (or by a 3rd party tool) leaving them in an invalid state."
3141+
"It looks like the dependencies in elm.json were edited by hand (or by a 3rd party tool) leaving them in an invalid state."
31423142
[ D.fillSep
31433143
[ D.fromChars "Try"
31443144
, D.fromChars "to"

0 commit comments

Comments
 (0)