summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał <1153719+mszczygiel@users.noreply.github.com>2019-08-06 22:49:29 +0200
committerJosé Valim <jose.valim@plataformatec.com.br>2019-08-06 22:49:29 +0200
commitb50e0f4ea7d1d6860bc8d9081f5dbe16047375ef (patch)
tree4e5389907c8af445581875f5642f16b0aeca3b75
parentf1e2144cd3cf3fada970d00c6513f7fc5c20fced (diff)
downloadelixir-b50e0f4ea7d1d6860bc8d9081f5dbe16047375ef.tar.gz
Redundant word was removed (#9268)
-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 59d83f404..453247be6 100644
--- a/lib/mix/lib/mix/tasks/release.ex
+++ b/lib/mix/lib/mix/tasks/release.ex
@@ -863,7 +863,7 @@ defmodule Mix.Tasks.Release do
end
Now you can proceed to list this process in the `.appup` file and
- hot code upgrade it. This is one of the many steps one necessary
+ hot code upgrade it. This is one of the many steps necessary
to perform hot code upgrades and it must be taken into account by
every process and application being upgraded in the system.
The [`.appup` cookbook](http://erlang.org/doc/design_principles/appup_cookbook.html)