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 291d4ad commit 34ce5a5Copy full SHA for 34ce5a5
lib/elixir/lib/config/provider.ex
@@ -4,7 +4,7 @@ defmodule Config.Provider do
4
5
Config providers are typically used during releases to load
6
external configuration while the system boots. This is done
7
- by starting the VM with the mininum amount of applications
+ by starting the VM with the minimum amount of applications
8
running, then invoking all of the providers, and then
9
restarting the system. This requires a mutable configuration
10
file on disk, as the results of the providers are written to
0 commit comments