Skip to content

Commit ba1de9d

Browse files
authored
Fix typo in docs (#13321)
1 parent 6655d40 commit ba1de9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ defmodule Mix do
291291
then `mix cmd` to execute a command line shell script. This shows how
292292
powerful aliases mixed with Mix tasks can be.
293293
294-
One commit pitfall of aliases comes when trying to invoke the same task
294+
One common pitfall of aliases comes when trying to invoke the same task
295295
multiple times. Mix tasks are designed to run only once. This prevents
296296
the same task from being executed multiple times. For example, if there
297297
are several tasks depending on `mix compile`, the code will be compiled

0 commit comments

Comments
 (0)