Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-06-07 17:42:07 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-06-09 11:00:24 +0300
commit7fa80a79cdf91782f68794e5a5b879abf6d986dc (patch)
treeb87aa796f370ce3fb4a67f0ac7cecbae79add19b /doc/ci/runners/README.md
parent5bd077bd41653ead0925fd775fd07ba3fd26468f (diff)
Fixed a typo (remove extra n)
Diffstat (limited to 'doc/ci/runners/README.md')
-rw-r--r--doc/ci/runners/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md
index b42d7a62ebc..40dc13d53b1 100644
--- a/doc/ci/runners/README.md
+++ b/doc/ci/runners/README.md
@@ -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