Skip to content

Commit

Permalink
Fix minor typo in lib/mix/lib/mix/task.compiler.ex (#14140)
Browse files Browse the repository at this point in the history
  • Loading branch information
probably-not authored Jan 2, 2025
1 parent d713e47 commit 9878eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/lib/mix/task.compiler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defmodule Mix.Task.Compiler do
## Listening to compilation
When a running a long-lived Mix task you may want to detect compilations
When running a long-lived Mix task you may want to detect compilations
triggered in a separate OS process, for example, to reload the modules.
In order to do that, the Mix project may configure listeners:
Expand Down

0 comments on commit 9878eaf

Please sign in to comment.