From 1df163866ffbb5c1e748741dd88e3e7d0330a36b Mon Sep 17 00:00:00 2001 From: karen Carias <karen@gitlab.com> Date: Tue, 11 Aug 2015 19:16:13 -0700 Subject: [PATCH] fixed text --- doc/gitlab-basics/add-image.md | 4 ++-- 1 file 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 ../ ``` -- GitLab