Skip to content

Commit

Permalink
Fix typo in formatter docs (#14011)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko authored Nov 22, 2024
1 parent 6cfb4e8 commit 67c891a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/lib/mix/tasks/format.ex
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ defmodule Mix.Tasks.Format do
`import_deps`. It defaults to `Mix.Project.deps_paths`.
* `:dot_formatter` - use the given file as the `dot_formatter`
root. If this option is specified, it uses the default one.
root. If this option is not specified, it uses the default one.
The default one is cached, so use this option only if necessary.
* `:plugin_loader` (since v1.18.0) - a function that receives a list of plugins,
Expand Down

0 comments on commit 67c891a

Please sign in to comment.