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-09 11:29:10 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-06-09 11:29:10 +0300
commitd936c32ed97894a333f27cdc9b9c8c9c4f64697d (patch)
tree890753f44e395a9b24a5a4097ad580c174c1d311 /doc/ci/runners/README.md
parent4d277b9c747cb0bf14b6c6a88de228083be7f580 (diff)
Tweak the wordings and grammar slightly
Diffstat (limited to 'doc/ci/runners/README.md')
-rw-r--r--doc/ci/runners/README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md
index 49b283c43c8..36556f8e670 100644
--- a/doc/ci/runners/README.md
+++ b/doc/ci/runners/README.md
@@ -96,12 +96,11 @@ To register the runner, run the command below and follow instructions:
sudo gitlab-runner register
```
-### Lock a specific runner from being enabled from other projects
+### Lock a specific runner from being enabled for other projects
-You can configure a runner to assign it exclusively to the one project.
-When a runner is locked on project this way, it can no longer be enabled
-for other projects. This setting is available on each runner in
-*Project Settings* > *Runners*.
+You can configure a runner to assign it exclusively to a project. When a
+runner is locked this way, it can no longer be enabled for other projects.
+This setting is available on each runner in *Project Settings* > *Runners*.
### Making an existing Shared Runner Specific