Skip to content

Commit 9878eaf

Browse files
authored
Fix minor typo in lib/mix/lib/mix/task.compiler.ex (#14140)
1 parent d713e47 commit 9878eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/task.compiler.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule Mix.Task.Compiler do
2929
3030
## Listening to compilation
3131
32-
When a running a long-lived Mix task you may want to detect compilations
32+
When running a long-lived Mix task you may want to detect compilations
3333
triggered in a separate OS process, for example, to reload the modules.
3434
In order to do that, the Mix project may configure listeners:
3535

0 commit comments

Comments
 (0)