From d936c32ed97894a333f27cdc9b9c8c9c4f64697d Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Thu, 9 Jun 2016 16:29:10 +0800 Subject: [PATCH] Tweak the wordings and grammar slightly --- doc/ci/runners/README.md | 9 ++++----- 1 file 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