Skip to content

Commit 0705e3f

Browse files
authored
Fix typos in --include docs (#14665)
1 parent a8c8535 commit 0705e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mix/lib/mix/tasks/test.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ defmodule Mix.Tasks.Test do
298298
299299
Note that all tests are included by default, so unless they are excluded
300300
first (either in the test helper or via the `--exclude` option) the
301-
`--include` option has no effect. The other in which filters are applied
302-
are also consistent: first all exclusions are computed, then the inclusions.
301+
`--include` option has no effect. The order in which filters are applied
302+
is also consistent: first all exclusions are computed, then the inclusions.
303303
304304
For convenience, Mix also provides an `--only` option that excludes all tests
305305
and includes only the given ones:

0 commit comments

Comments
 (0)