From 9a3d69911518bccedba17baa3e2f9017be245114 Mon Sep 17 00:00:00 2001 From: Dull Bananas Date: Sat, 14 Mar 2020 16:17:04 -0700 Subject: [PATCH] Fix bad english in error message for corrupt cache --- builder/src/Reporting/Exit.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/src/Reporting/Exit.hs b/builder/src/Reporting/Exit.hs index 00ce640f6..5a0214624 100644 --- a/builder/src/Reporting/Exit.hs +++ b/builder/src/Reporting/Exit.hs @@ -1994,7 +1994,7 @@ corruptCacheReport = "Try deleting your elm-stuff/ directory to get unstuck." , D.toSimpleNote $ "This almost certainly means that a 3rd party tool (or editor plugin) is\ - \ causing problems your the elm-stuff/ directory. Try disabling 3rd party tools\ + \ causing problems to the elm-stuff/ directory. Try disabling 3rd party tools\ \ one by one until you figure out which it is!" ]