Skip to content

Commit 34ce5a5

Browse files
amatalaiJosé Valim
authored andcommitted
Fix typo in Config.Provider moduledoc (#9070)
1 parent 291d4ad commit 34ce5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/config/provider.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Config.Provider do
44
55
Config providers are typically used during releases to load
66
external configuration while the system boots. This is done
7-
by starting the VM with the mininum amount of applications
7+
by starting the VM with the minimum amount of applications
88
running, then invoking all of the providers, and then
99
restarting the system. This requires a mutable configuration
1010
file on disk, as the results of the providers are written to

0 commit comments

Comments
 (0)