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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-26 15:00:00 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-12-26 15:00:00 +0300
commita52746649d1db4f52ae4e989dcf654ef4af57905 (patch)
treec9e393896a0a995b9dc28d34bdb85026919e7c36
parentdab0224bd6a7b707baf624a707d92f9b5ff795c3 (diff)
parent8eed3ab35953a4d142fbb8e14fdaba3cdb9d3a29 (diff)
Merge branch 'grammar_fix' into 'master'
Fix typo on triggers docs See merge request !2214
-rw-r--r--doc/ci/triggers/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/triggers/README.md b/doc/ci/triggers/README.md
index d41aed2eb2e..9f7c1bfe6a0 100644
--- a/doc/ci/triggers/README.md
+++ b/doc/ci/triggers/README.md
@@ -108,7 +108,7 @@ Now, whenever a new tag is pushed on project A, the build will run and the
`stage: test` complete successfully.
_**Note:** If your project is public, passing the token in plain text is
-probably not the wiser idea, so you might want to use a
+probably not the wisest idea, so you might want to use a
[secure variable](../variables/README.md#user-defined-variables-secure-variables)
for that purpose._