Skip to content

Commit ec0320c

Browse files
Fix documentation
Co-authored-by: Eksperimental <[email protected]>
1 parent b70ff5d commit ec0320c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/deps.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ defmodule Mix.Tasks.Deps do
101101
* `:override` - if set to `true` the dependency will override any other
102102
definitions of itself by other dependencies
103103
104-
* `:manager` - Mix can also compile Rebar3, makefile and gleam projects
104+
* `:manager` - Mix can also compile Rebar3, makefile and Gleam projects
105105
and can fetch sub dependencies of Rebar3 projects. Mix will
106106
try to infer the type of project but it can be overridden with this
107107
option by setting it to `:mix`, `:rebar3`, `:make` or `:gleam`. In case

0 commit comments

Comments
 (0)