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
16
16
17
17
mix xref MODE
18
18
19
- All modes available are discussed below.
19
+ All available modes are discussed below.
20
20
21
21
### warnings
22
22
@@ -57,7 +57,7 @@ defmodule Mix.Tasks.Xref do
57
57
58
58
* `--source` - display all files that the given source file references (directly or indirectly)
59
59
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)
61
61
62
62
* `--format` - can be set to one of:
63
63
@@ -70,8 +70,8 @@ defmodule Mix.Tasks.Xref do
70
70
* `dot` - produces a DOT graph description in `xref_graph.dot` in the
71
71
current directory. Warning: this will override any previously generated file
72
72
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.
75
75
76
76
## Shared options
77
77
You can’t perform that action at this time.
0 commit comments