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 0c7d09c commit 2a3a38eCopy full SHA for 2a3a38e
lib/elixir/lib/config.ex
@@ -65,7 +65,7 @@ defmodule Config do
65
file called `config/releases.exs`. While `config/config.exs` and friends
66
mentioned in the previous section are executed whenever you run a Mix
67
command, including when you assemble a release, `config/releases.exs` is
68
- execute every time your production system boots. Since Mix is not available
+ executed every time your production system boots. Since Mix is not available
69
in a production system, `config/releases.exs` must not use any of the
70
functions from Mix.
71
"""
0 commit comments