Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkaren Carias <karen@gitlab.com>2015-08-12 05:16:13 +0300
committerkaren Carias <karen@gitlab.com>2015-08-12 05:16:13 +0300
commit1df163866ffbb5c1e748741dd88e3e7d0330a36b (patch)
tree197f6f50a82c2c351333690ccc8d0a1728e39aaf /doc
parent95aa13f0b7efc096012db6634c169a4c83b059f6 (diff)
fixed text
Diffstat (limited to 'doc')
-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 ../
```