Skip to content

Commit 255ff08

Browse files
Fix typo in docs
Co-authored-by: Hans Glimmerfors <hans_glimmerfors@hotmail.com>
1 parent 3837f8c commit 255ff08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/dep.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule Mix.Dep do
2727
* `top_level` - true if dependency was defined in the top-level project
2828
2929
* `manager` - the project management, possible values:
30-
`:rebar3` | `:mix` | `:make` | `:gleam' | `nil`
30+
`:rebar3` | `:mix` | `:make` | `:gleam` | `nil`
3131
3232
* `from` - path to the file where the dependency was defined
3333

0 commit comments

Comments
 (0)