summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics
diff options
context:
space:
mode:
authorkaren Carias <karen@gitlab.com>2015-08-11 19:16:13 -0700
committerkaren Carias <karen@gitlab.com>2015-08-11 19:16:13 -0700
commit1df163866ffbb5c1e748741dd88e3e7d0330a36b (patch)
tree197f6f50a82c2c351333690ccc8d0a1728e39aaf /doc/gitlab-basics
parent95aa13f0b7efc096012db6634c169a4c83b059f6 (diff)
downloadgitlab-ce-1df163866ffbb5c1e748741dd88e3e7d0330a36b.tar.gz
fixed text
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r--doc/gitlab-basics/add-image.md4
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 ../
```