File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments