diff options
author | karen Carias <karen@gitlab.com> | 2015-08-11 19:16:13 -0700 |
---|---|---|
committer | karen Carias <karen@gitlab.com> | 2015-08-11 19:16:13 -0700 |
commit | 1df163866ffbb5c1e748741dd88e3e7d0330a36b (patch) | |
tree | 197f6f50a82c2c351333690ccc8d0a1728e39aaf /doc/gitlab-basics | |
parent | 95aa13f0b7efc096012db6634c169a4c83b059f6 (diff) | |
download | gitlab-ce-1df163866ffbb5c1e748741dd88e3e7d0330a36b.tar.gz |
fixed text
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r-- | doc/gitlab-basics/add-image.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gitlab-basics/add-image.md b/doc/gitlab-basics/add-image.md index e574c0ec7e9..fab60c552a5 100644 --- a/doc/gitlab-basics/add-image.md +++ b/doc/gitlab-basics/add-image.md @@ -21,14 +21,14 @@ Create a new branch: git checkout -b NAME-OF-BRANCH ``` -Check if your image was correctly added to the file: +Check if your image was correctly added to the directory: ``` ls ``` You should see the name of the image in the list shown. -Go back one file: +Go back one directory: ``` cd ../ ``` |