Tweak the wordings and grammar slightly

This commit is contained in:
Lin Jen-Shin 2016-06-09 16:29:10 +08:00
parent 4d277b9c74
commit d936c32ed9
1 changed files with 4 additions and 5 deletions

View File

@ -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