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:
authorJamie Neubert Pedersen <zajaka@hotmail.com>2016-04-14 19:04:18 +0300
committerJamie Neubert Pedersen <zajaka@hotmail.com>2016-04-14 19:04:18 +0300
commitb49069b72cbfa73b6f7bb7195659ba2958f02f7e (patch)
tree85ae1200e74c6d83394b030c3f76c57c3a9c2b4a /doc/ci/runners/README.md
parentdd9ced0af9514c0cf511c8f0f10d19c014fa4d19 (diff)
change: "very demand" changed to "specific demand"
This must be an error as the sentence doesn't make sense otherwise
Diffstat (limited to 'doc/ci/runners/README.md')
-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.