Skip to content

Commit

Permalink
docs: small fix in mix deps docs (#13196)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Dec 18, 2023
1 parent d79c0d2 commit aad341b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mix/lib/mix/tasks/deps.ex
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ defmodule Mix.Tasks.Deps do
(like `[:dev, :test]`)
* `:targets` - the dependency is made available only for the given targets.
By default the dependency will be available in all environments. The value
By default the dependency will be available in all targets. The value
of this option can either be a single target (like `:host`) or a list of
environments (like `[:host, :rpi3]`)
targets (like `[:host, :rpi3]`)
* `:override` - if set to `true` the dependency will override any other
definitions of itself by other dependencies
Expand Down

0 comments on commit aad341b

Please sign in to comment.