summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mertens <mertonium@users.noreply.github.com>2019-10-01 10:11:26 -0700
committerJosé Valim <jose.valim@plataformatec.com.br>2019-10-01 14:11:26 -0300
commitf7aa2d722846dd09cd51cb688770ceb3061519c8 (patch)
tree782304b298ef52dcaaeca1ea8696263a4afc148d
parentf664700258f43f114b2c42c33b29d978070f73a2 (diff)
downloadelixir-f7aa2d722846dd09cd51cb688770ceb3061519c8.tar.gz
Minor typo in `mix release` docs (#9375)
-rw-r--r--lib/mix/lib/mix/tasks/release.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/lib/mix/tasks/release.ex b/lib/mix/lib/mix/tasks/release.ex
index 68c55e374..2687ab1f1 100644
--- a/lib/mix/lib/mix/tasks/release.ex
+++ b/lib/mix/lib/mix/tasks/release.ex
@@ -118,7 +118,7 @@ defmodule Mix.Tasks.Release do
You can start an application by calling `Application.ensure_all_started/1`.
However, if for some reason you cannot start an application, maybe
- cause it will run other services you do not want, you must at least
+ because it will run other services you do not want, you must at least
load the application by calling `Application.load/1`. If you don't
load the application, any attempt at reading its environment or
configuration may fail. Note that if you start an application,