Skip to content

Commit 873dbc1

Browse files
ericentinJosé Valim
authored andcommitted
more mix xref doc improvements (#4818)
Signed-off-by: José Valim <[email protected]>
1 parent 84c91ef commit 873dbc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/mix/lib/mix/tasks/xref.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defmodule Mix.Tasks.Xref do
1616
1717
mix xref MODE
1818
19-
All modes available are discussed below.
19+
All available modes are discussed below.
2020
2121
### warnings
2222
@@ -57,7 +57,7 @@ defmodule Mix.Tasks.Xref do
5757
5858
* `--source` - display all files that the given source file references (directly or indirectly)
5959
60-
* `--sink` - display all files that references the given file (directly or indirectly)
60+
* `--sink` - display all files that reference the given file (directly or indirectly)
6161
6262
* `--format` - can be set to one of:
6363
@@ -70,8 +70,8 @@ defmodule Mix.Tasks.Xref do
7070
* `dot` - produces a DOT graph description in `xref_graph.dot` in the
7171
current directory. Warning: this will override any previously generated file
7272
73-
The `--source` and `--sink` options are particularly useful to understand how
74-
the modules in a particule file interact with the whole system.
73+
The `--source` and `--sink` options are particularly useful when trying to understand how
74+
the modules in a particular file interact with the whole system.
7575
7676
## Shared options
7777

0 commit comments

Comments
 (0)