diff options
-rw-r--r-- | lib/mix/tasks/pleroma/frontend.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/frontend.ex b/lib/mix/tasks/pleroma/frontend.ex index 450121204..7a691b95d 100644 --- a/lib/mix/tasks/pleroma/frontend.ex +++ b/lib/mix/tasks/pleroma/frontend.ex @@ -39,7 +39,7 @@ defmodule Mix.Tasks.Pleroma.Frontend do File.write!(path, contents) end) - IO.puts("Succesfully downloaded and unpacked the frontend") + IO.puts("Successfully downloaded and unpacked the frontend") else {error, _} -> IO.puts("Step failed: #{error}") end |