diff --git a/doc/gitlab-basics/add-image.md b/doc/gitlab-basics/add-image.md
index e574c0ec7e9a8471adb4c8a5b660602ed234d382..fab60c552a5629c5cd56c316cbcd074ab33d22f7 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 ../
 ```