Skip to content

Commit 1dcae1f

Browse files
eksperimentalggVGc
authored andcommitted
Fix typo meaning stderr (elixir-lang#14640)
1 parent dff4932 commit 1dcae1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/shell.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ defmodule Mix.Shell do
133133
134134
* `:stderr_to_stdout` - redirects stderr to stdout, defaults to `true`, unless `:use_stdio` is set to `false`
135135
136-
* `:use_stdio` - controls whether the command should use `stdin` / `stdout` / `stdrr`, defaults to `true`
136+
* `:use_stdio` - controls whether the command should use `stdin` / `stdout` / `stderr`, defaults to `true`
137137
138138
* `:env` - a list of environment variables, defaults to `[]`
139139

0 commit comments

Comments
 (0)