Skip to content

Commit

Permalink
Fix typo (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseshieh authored and bitwalker committed Sep 18, 2018
1 parent 74e3e80 commit 53e4d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/lib/releases/config/providers/elixir.ex
Expand Up @@ -8,7 +8,7 @@ defmodule Mix.Releases.Config.Providers.Elixir do
{Mix.Releases.Config.Providers.Elixir, ["${RELEASE_ROOT_DIR}/config.exs"]}
]
The above configuration goes in a `release` or `environment` definition in `rel/congfig.exs`,
The above configuration goes in a `release` or `environment` definition in `rel/config.exs`,
and will result in the given path being expanded during boot, and evaluated using `Mix.Config`.
## Caveats
Expand Down

0 comments on commit 53e4d3e

Please sign in to comment.