We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff4932 commit 1dcae1fCopy full SHA for 1dcae1f
lib/mix/lib/mix/shell.ex
@@ -133,7 +133,7 @@ defmodule Mix.Shell do
133
134
* `:stderr_to_stdout` - redirects stderr to stdout, defaults to `true`, unless `:use_stdio` is set to `false`
135
136
- * `:use_stdio` - controls whether the command should use `stdin` / `stdout` / `stdrr`, defaults to `true`
+ * `:use_stdio` - controls whether the command should use `stdin` / `stdout` / `stderr`, defaults to `true`
137
138
* `:env` - a list of environment variables, defaults to `[]`
139
0 commit comments