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:
authorBryce Chidester <bryce@cobryce.com>2018-11-08 00:26:27 +0300
committerBryce Chidester <bryce@cobryce.com>2018-11-08 00:26:27 +0300
commit57b93281442eb95cb953b8a06bf99668681e6e3b (patch)
treebf3558c803b66a5c9317847b9cd3ea2fd394a043 /doc/ci/yaml/README.md
parentbe92230c424c8673f80c4b28cd853db706df37d7 (diff)
Typo fix stoping -> stopping in the CI README.md
Diffstat (limited to 'doc/ci/yaml/README.md')
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index c827faace33..a613884dd39 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -812,7 +812,7 @@ deploy to production:
> defined, GitLab will automatically trigger a stop action when the associated
> branch is deleted.
-Closing (stoping) environments can be achieved with the `on_stop` keyword defined under
+Closing (stopping) environments can be achieved with the `on_stop` keyword defined under
`environment`. It declares a different job that runs in order to close
the environment.