File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments