Skip to content

Commit 08e0aff

Browse files
committed
xref: fix typo in doc
1 parent cc70737 commit 08e0aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule Mix.Tasks.Xref do
2727
touching one file in a project causes a large subset of the project
2828
to recompile. The most common cause of these problems are the so-called
2929
"compile-connected" files. Those are files you depend on at compile-time
30-
(for example, by invoking its macro or using it in the body of amodule)
30+
(for example, by invoking its macro or using it in the body of a module)
3131
which also have their own dependencies.
3232
3333
Therefore, if your goal is to reduce recompilations, the first step is to run:

0 commit comments

Comments
 (0)