From beadff7771446739a0321ffdb2883a491b3d92a8 Mon Sep 17 00:00:00 2001 From: Kosmas Chatzimichalis Date: Thu, 15 Nov 2018 06:46:17 +0100 Subject: [PATCH] fix typo (#26361) --- guide/english/elixir/phoenix/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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