summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-05-02 09:42:41 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-05-02 09:42:41 +0000
commit743508bfa5f19b201790f14648667eb38e255282 (patch)
treeacb0be9060d899e572d9b53b3a1310e4e6e2aaab
parentacb55198b4a05a0b4ac2662bf68cfeb3d744ca01 (diff)
parent91188747c231394ab872f6ee9d85a22d4186d7e2 (diff)
downloadgitlab-ce-743508bfa5f19b201790f14648667eb38e255282.tar.gz
Merge branch 'patch-52' into 'master'
fix typo See merge request gitlab-org/gitlab-ce!27907
-rw-r--r--doc/user/project/pages/getting_started_part_four.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/pages/getting_started_part_four.md b/doc/user/project/pages/getting_started_part_four.md
index f552f60a07e..87cd4941ae6 100644
--- a/doc/user/project/pages/getting_started_part_four.md
+++ b/doc/user/project/pages/getting_started_part_four.md
@@ -54,7 +54,7 @@ Of course, before building it, you had to install Jekyll in your computer.
For that, you had to open your terminal and run `gem install jekyll`.
Right? GitLab CI + GitLab Runner do the same thing. But you need to
write in the `.gitlab-ci.yml` the script you want to run so
-GitLab Runner will do it for you. It looks more complicated then it
+GitLab Runner will do it for you. It looks more complicated than it
is. What you need to tell the Runner:
```