Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Terminal/PackageInstall.gren
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ prettifyError error =
, PP.words "that is compatible with your existing dependencies."
]
, PP.empty
, PP.words "These are the confliction versions:"
, PP.words "These are the conflicting versions:"
, PP.empty
, PP.verticalBlock
[ PP.text (SemanticVersionRange.toString version1)
Expand Down Expand Up @@ -783,7 +783,7 @@ prettifyError error =
|> PP.indent
|> PP.color PP.Green
, PP.empty
, PP.words "Try adding them to your gren.json file in the \"indirect\" dependencies object then try this operaton again."
, PP.words "Try adding them to your gren.json file in the \"indirect\" dependencies object then try this operation again."
]
)

Expand Down
Loading