We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6655d40 commit ba1de9dCopy full SHA for ba1de9d
lib/mix/lib/mix.ex
@@ -291,7 +291,7 @@ defmodule Mix do
291
then `mix cmd` to execute a command line shell script. This shows how
292
powerful aliases mixed with Mix tasks can be.
293
294
- One commit pitfall of aliases comes when trying to invoke the same task
+ One common pitfall of aliases comes when trying to invoke the same task
295
multiple times. Mix tasks are designed to run only once. This prevents
296
the same task from being executed multiple times. For example, if there
297
are several tasks depending on `mix compile`, the code will be compiled
0 commit comments