summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris-Chen <akari0624@hotmail.com>2019-04-30 16:27:04 +0000
committerMorris-Chen <akari0624@hotmail.com>2019-04-30 16:27:04 +0000
commit91188747c231394ab872f6ee9d85a22d4186d7e2 (patch)
treef59483c42173af843b64baba822a3425ae8a3e15
parent2432a540cff461c5d9c0346dd4021229078d674d (diff)
downloadgitlab-ce-91188747c231394ab872f6ee9d85a22d4186d7e2.tar.gz
fix typo
-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:
```