diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-06-09 16:29:10 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2016-06-09 16:29:10 +0800 |
commit | d936c32ed97894a333f27cdc9b9c8c9c4f64697d (patch) | |
tree | 890753f44e395a9b24a5a4097ad580c174c1d311 /doc/ci/runners | |
parent | 4d277b9c747cb0bf14b6c6a88de228083be7f580 (diff) | |
download | gitlab-ce-d936c32ed97894a333f27cdc9b9c8c9c4f64697d.tar.gz |
Tweak the wordings and grammar slightly
Diffstat (limited to 'doc/ci/runners')
-rw-r--r-- | doc/ci/runners/README.md | 9 |
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 |