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.