diff --git a/guide/english/elixir/phoenix/index.md b/guide/english/elixir/phoenix/index.md index 393974ff79..ce95c49bc2 100644 --- a/guide/english/elixir/phoenix/index.md +++ b/guide/english/elixir/phoenix/index.md @@ -24,7 +24,7 @@ $ mix archive.install https://github.com/phoenixframework/archives/raw/master/ph $ mix phx.new ``` -2. Running this command with generate a directory structure and all the basic files needed with the *application_name* you used in the previous command. You will then be prompted to install basic dependencies for the application, so we'll say yes to that. +2. Running this command wiil generate a directory structure and all the basic files needed with the *application_name* you used in the previous command. You will then be prompted to install basic dependencies for the application, so we'll say yes to that. 3. Next, we'll be prompted to change into our project directory: ```shell