From 719c5854bbe74002b3d777e1959069aa39c84dbe Mon Sep 17 00:00:00 2001 From: Stef Ki <3359043+stefkiourk@users.noreply.github.com> Date: Wed, 10 May 2023 11:45:12 +0200 Subject: [PATCH] Update fmt.mdx to include missing period / full stop --- website/docs/cli/commands/fmt.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/fmt.mdx b/website/docs/cli/commands/fmt.mdx index f74276c9a0..4b2661ad2a 100644 --- a/website/docs/cli/commands/fmt.mdx +++ b/website/docs/cli/commands/fmt.mdx @@ -57,6 +57,6 @@ The command-line flags are all optional. The following flags are available: * `-list=false` - Don't list the files containing formatting inconsistencies. * `-write=false` - Don't overwrite the input files. (This is implied by `-check` or when the input is STDIN.) -* `-diff` - Display diffs of formatting changes +* `-diff` - Display diffs of formatting changes. * `-check` - Check if the input is formatted. Exit status will be 0 if all input is properly formatted. If not, exit status will be non-zero and the command will output a list of filenames whose files are not properly formatted. * `-recursive` - Also process files in subdirectories. By default, only the given directory (or current directory) is processed.