Skip to content

Commit fcd6213

Browse files
author
José Valim
committed
Merge pull request #2386 from alco/patch-2
Fix a typo
2 parents 8157728 + 5409b7e commit fcd6213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/loadconfig.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule Mix.Tasks.Loadconfig do
77
Loads and persists the given configuration.
88
99
In case no configuration file is given, it
10-
loads the project oe at "config/config.exs".
10+
loads the project one at "config/config.exs".
1111
1212
This task is automatically reenabled, so it
1313
can be called multiple times to load different

0 commit comments

Comments
 (0)