From 1f254926b16e8e4696073637559b4b658f03c400 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Sun, 9 Aug 2020 22:24:27 +0100 Subject: [PATCH] Fix typo in changelog --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index b6ed3fa633..e3daa7819e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -8,7 +8,7 @@ GHC 8.8.4, and comes with a host of bug fixes. The retrie plugin supports RULES, functions and type synonyms which can be accessed through contextual code actions. -Forourmolu can be used to format your code by setting the +Fourmolu can be used to format your code by setting the `haskell.formattingProvider` field in your LSP configuration to ```json