From b70aee089a8012e0a88732dcab6c991c71a6c6bc Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Fri, 19 Dec 2025 14:23:35 -0600 Subject: [PATCH] Fix a couple spelling mistakes in package-install error messages --- src/Terminal/PackageInstall.gren | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Terminal/PackageInstall.gren b/src/Terminal/PackageInstall.gren index d497a902..bdc7015e 100644 --- a/src/Terminal/PackageInstall.gren +++ b/src/Terminal/PackageInstall.gren @@ -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) @@ -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." ] )