1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00

Fix a mangled sentence

This commit is contained in:
jbranchaud
2017-05-01 12:22:27 -05:00
parent 7c7571dca9
commit 9c40c0fd41

View File

@@ -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.