Fixed a typo (remove extra n)

This commit is contained in:
Lin Jen-Shin 2016-06-07 22:42:07 +08:00
parent 5bd077bd41
commit 7fa80a79cd
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ Now simply register the runner as any runner:
sudo gitlab-runner register
```
Shared runners are enabled by default as of GitLab 8.2, but can be disabled with the
Shared runners are enabled by default as of GitLab 8.2, but can be disabled with the
`DISABLE SHARED RUNNERS` button. Previous versions of GitLab defaulted shared runners to
disabled.
@ -128,7 +128,7 @@ the appropriate dependencies to run Rails test suites.
### Prevent runner with tags from picking jobs without tags
You can configure a runner to prevent it from picking jobs with tags when
the runnner does not have tags assigned. This setting is available on each
the runner does not have tags assigned. This setting is available on each
runner in *Project Settings* > *Runners*.
### Be careful with sensitive information