From 9c40c0fd41402d9c69efb4d41d06801b230c99e1 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 1 May 2017 12:22:27 -0500 Subject: [PATCH] Fix a mangled sentence --- unix/change-to-that-new-directory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/change-to-that-new-directory.md b/unix/change-to-that-new-directory.md index 8cb1d1c..0be480a 100644 --- a/unix/change-to-that-new-directory.md +++ b/unix/change-to-that-new-directory.md @@ -12,7 +12,7 @@ This command will leave you in your newly created directory, `new_dir`. We can imagine using this bash variable in a number of similar scenarios as well. What if we are using some language specific command that creates a -directory? Will it work with create a new Phoenix or Rails project? +directory? Will it work when creating a new Phoenix or Rails project? It sure will.