Skip to content

Commit 74c7985

Browse files
committed
Updated mix.new success wording
1 parent cfdcf68 commit 74c7985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mix/lib/mix/tasks/new.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ defmodule Mix.Tasks.New do
8888

8989
Mix.shell.info """
9090
91-
Your mix project was created with success.
91+
Your mix project was created successfully.
9292
You can use mix to compile it, test it, and more:
9393
9494
cd #{path}
@@ -110,7 +110,7 @@ defmodule Mix.Tasks.New do
110110

111111
Mix.shell.info """
112112
113-
Your umbrella project was created with success.
113+
Your umbrella project was created successfully.
114114
Inside your project, you will find an apps/ directory
115115
where you can create and host many apps:
116116

0 commit comments

Comments
 (0)