Skip to content

Commit 67c891a

Browse files
Fix typo in formatter docs (#14011)
1 parent 6cfb4e8 commit 67c891a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/format.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ defmodule Mix.Tasks.Format do
370370
`import_deps`. It defaults to `Mix.Project.deps_paths`.
371371
372372
* `:dot_formatter` - use the given file as the `dot_formatter`
373-
root. If this option is specified, it uses the default one.
373+
root. If this option is not specified, it uses the default one.
374374
The default one is cached, so use this option only if necessary.
375375
376376
* `:plugin_loader` (since v1.18.0) - a function that receives a list of plugins,

0 commit comments

Comments
 (0)