From 08770d89d1490855e90d924a7622983761f69e2d Mon Sep 17 00:00:00 2001 From: dawe Date: Fri, 24 Nov 2023 01:01:29 +0100 Subject: [PATCH] fix typo in usage (#2999) --- src/Fantomas/Program.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fantomas/Program.fs b/src/Fantomas/Program.fs index 8db0721aee..8c9d95ce58 100644 --- a/src/Fantomas/Program.fs +++ b/src/Fantomas/Program.fs @@ -29,7 +29,7 @@ type Arguments = | Profile -> "Print performance profiling information." | Check -> "Don't format files, just check if they have changed. Exits with 0 if it's formatted correctly, with 1 if some files need formatting and 99 if there was an internal error" - | Daemon -> "Daemon mode, launches an LSP-like server to can be used by editor tooling." + | Daemon -> "Daemon mode, launches an LSP-like server that can be used by editor tooling." | Version -> "Displays the version of Fantomas" | Input _ -> sprintf