Browse code

Merge pull request #11798 from amylindburg/11792-fix-typo

Fixing typo in cd instruction

moxiegirl authored on 2015/03/30 06:01:35
Showing 1 changed files
... ...
@@ -249,7 +249,7 @@ can browse the docs.
249 249
 
250 250
 1. In a terminal, change to the root of your `docker-fork` repository.
251 251
 
252
-        $ cd ~/repos/dry-run-test
252
+        $ cd ~/repos/docker-fork
253 253
 
254 254
 2. Make sure you are in your feature branch.
255 255