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:
authorBrendan O'Leary 🐢 <boleary@gitlab.com>2019-03-01 04:29:30 +0300
committerEvan Read <eread@gitlab.com>2019-03-01 04:29:30 +0300
commit97c768e38e2ae3899ca43204820aaed128eae893 (patch)
tree785ab7d87a22e5ddb7803b203f93b5e121d49cbe /doc
parentf455aeebea7eac3376a1d57c5aef113ed8448c26 (diff)
Minor grammar update
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/yaml/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index e5668c140fa..455ab900764 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -618,9 +618,9 @@ action fails, the pipeline will eventually succeed.
Manual actions are considered to be write actions, so permissions for
[protected branches](../../user/project/protected_branches.md) are used when
-user wants to trigger an action. In other words, in order to trigger a manual
-action assigned to a branch that the pipeline is running for, user needs to
-have ability to merge to this branch.
+a user wants to trigger an action. In other words, in order to trigger a manual
+action assigned to a branch that the pipeline is running for, the user needs to
+have the ability to merge to this branch.
### `when:delayed`