Skip to content

Commit 7152f36

Browse files
authored
Update lib/mix/tasks/compile.elixir_make.ex
1 parent 9eecf28 commit 7152f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/tasks/compile.elixir_make.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ defmodule Mix.Tasks.Compile.ElixirMake do
109109
Generally speaking, compilation artifacts are written to the `priv`
110110
directory, as that the only directory, besides `ebin`, which are
111111
available to Erlang/OTP applications. Therefore, we recommend the
112-
Makefile top copy any artifact to `$MIX_APP_PATH/priv` and to have
112+
Makefile to copy any artifact to `$MIX_APP_PATH/priv` and to have
113113
no top-level `priv` directory.
114114
115115
In case you create a top-level `priv` directory, it gets symlinked

0 commit comments

Comments
 (0)