From 232b53bcae2dbb734b7b496dc74799d93beb91b2 Mon Sep 17 00:00:00 2001 From: chops Date: Tue, 18 Nov 2025 21:19:38 -0700 Subject: [PATCH] Fix grammar in mix run --no-start documentation --- lib/mix/lib/mix/tasks/run.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mix/lib/mix/tasks/run.ex b/lib/mix/lib/mix/tasks/run.ex index 043b18a74f9..e575fe6ae1e 100644 --- a/lib/mix/lib/mix/tasks/run.ex +++ b/lib/mix/lib/mix/tasks/run.ex @@ -33,7 +33,7 @@ defmodule Mix.Tasks.Run do $ mix run --no-halt - The `--no-start` option can also be given and the current application, + The `--no-start` option can also be given and neither the current application nor its dependencies will be started. Alternatively, you may use `mix eval` to evaluate a single expression without starting the current application.