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
path: root/doc
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-04-15 00:39:57 +0300
committerRobert Speicher <robert@gitlab.com>2016-04-15 00:39:57 +0300
commit0554664e56de524ce936c9c8f0b164b2c93e77d4 (patch)
tree73889553ee95916ce46bc72ad0ca09aead3ed2a5 /doc
parentba18e0b208e7b07b2992fad984c5160e94797ba0 (diff)
parentb49069b72cbfa73b6f7bb7195659ba2958f02f7e (diff)
Merge branch 'patch-1' into 'master'
change "very demand" to "specific demand" in CI runner docs [ci skip] See merge request !3726
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/runners/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md
index 295d953db11..c7df0713a3d 100644
--- a/doc/ci/runners/README.md
+++ b/doc/ci/runners/README.md
@@ -19,7 +19,7 @@ many projects, you can have a single or a small number of runners that handle
multiple projects. This makes it easier to maintain and update runners.
**Specific runners** are useful for jobs that have special requirements or for
-projects with a very demand. If a job has certain requirements, you can set
+projects with a specific demand. If a job has certain requirements, you can set
up the specific runner with this in mind, while not having to do this for all
runners. For example, if you want to deploy a certain project, you can setup
a specific runner to have the right credentials for this.