diff options
author | Morris-Chen <akari0624@hotmail.com> | 2019-04-30 16:27:04 +0000 |
---|---|---|
committer | Morris-Chen <akari0624@hotmail.com> | 2019-04-30 16:27:04 +0000 |
commit | 91188747c231394ab872f6ee9d85a22d4186d7e2 (patch) | |
tree | f59483c42173af843b64baba822a3425ae8a3e15 /doc | |
parent | 2432a540cff461c5d9c0346dd4021229078d674d (diff) | |
download | gitlab-ce-91188747c231394ab872f6ee9d85a22d4186d7e2.tar.gz |
fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/pages/getting_started_part_four.md | 2 |
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: ``` |