diff options
author | otuhs_d <yekcim.114@gmail.com> | 2019-07-24 00:41:43 +0000 |
---|---|---|
committer | otuhs_d <yekcim.114@gmail.com> | 2019-07-24 00:41:43 +0000 |
commit | a5e7e95d09216436f1b303b3593cd795fb409e13 (patch) | |
tree | 07462e93749740e3a5b6ef705852272fa34edeab | |
parent | a1d1b3aa89850844f824205eb75c56af3b5228f3 (diff) | |
download | gitlab-ce-a5e7e95d09216436f1b303b3593cd795fb409e13.tar.gz |
Correct omitted word
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 001f951ebb8..09b9fc87986 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -505,7 +505,7 @@ Feature.enable(:allow_unsafe_ruby_regexp) ### `only`/`except` (advanced) CAUTION: **Warning:** -This an _alpha_ feature, and it is subject to change at any time without +This is an _alpha_ feature, and it is subject to change at any time without prior notice! GitLab supports both simple and complex strategies, so it's possible to use an |