Skip to content

Commit 16f455b

Browse files
committed
Fix error message (ref: elm#2073)
1 parent dd290c6 commit 16f455b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Builder/Reporting/Exit.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2856,7 +2856,7 @@ corruptCacheReport =
28562856
[ D.reflow <|
28572857
"Try deleting your guida-stuff/ directory to get unstuck."
28582858
, D.toSimpleNote <|
2859-
"This almost certainly means that a 3rd party tool (or editor plugin) is causing problems your the guida-stuff/ directory. Try disabling 3rd party tools one by one until you figure out which it is!"
2859+
"This almost certainly means that a 3rd party tool (or editor plugin) is causing problems to the guida-stuff/ directory. Try disabling 3rd party tools one by one until you figure out which it is!"
28602860
]
28612861

28622862

0 commit comments

Comments
 (0)