Skip to content

Commit 1b1bbf1

Browse files
authored
Fix typos in documentation (#13039)
1 parent dc79914 commit 1b1bbf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mix/lib/mix/tasks/compile.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ defmodule Mix.Tasks.Compile do
3838
* `:prune_code_paths` - prune code paths before compilation. When true
3939
(default), this prunes code paths of applications that are not listed
4040
in the project file with dependencies. When false, this keeps the
41-
entirety of Erlang/OTP available on the project starts, including
41+
entirety of Erlang/OTP available when the project starts, including
4242
the paths set by the code loader from the `ERL_LIBS` environment as
4343
well as explicitely listed by providing `-pa` and `-pz` options
4444
to Erlang.
@@ -70,7 +70,7 @@ defmodule Mix.Tasks.Compile do
7070
if a library still successfully compiles without optional dependencies (which is the
7171
default case with dependencies)
7272
* `--no-prune-code-paths` - do not prune code paths before compilation, this keeps
73-
the entirety of Erlang/OTP available on the project starts
73+
the entirety of Erlang/OTP available when the project starts
7474
* `--no-protocol-consolidation` - skips protocol consolidation
7575
* `--no-validate-compile-env` - does not validate the application compile environment
7676
* `--return-errors` - returns error status and diagnostics instead of exiting on error

0 commit comments

Comments
 (0)