From aad341b5c25a37e74327b1e4454e74fcc18716de Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:07:13 -0300 Subject: [PATCH] docs: small fix in mix deps docs (#13196) --- lib/mix/lib/mix/tasks/deps.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mix/lib/mix/tasks/deps.ex b/lib/mix/lib/mix/tasks/deps.ex index d1acb08db5c..f82141c81df 100644 --- a/lib/mix/lib/mix/tasks/deps.ex +++ b/lib/mix/lib/mix/tasks/deps.ex @@ -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