Skip to content

Commit 2a3a38e

Browse files
fxnJosé Valim
authored andcommitted
Fixes typo in Config docs [skip ci] (#9682)
1 parent 0c7d09c commit 2a3a38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/config.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ defmodule Config do
6565
file called `config/releases.exs`. While `config/config.exs` and friends
6666
mentioned in the previous section are executed whenever you run a Mix
6767
command, including when you assemble a release, `config/releases.exs` is
68-
execute every time your production system boots. Since Mix is not available
68+
executed every time your production system boots. Since Mix is not available
6969
in a production system, `config/releases.exs` must not use any of the
7070
functions from Mix.
7171
"""

0 commit comments

Comments
 (0)