summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Chidester <bryce@cobryce.com>2018-11-07 21:26:27 +0000
committerBryce Chidester <bryce@cobryce.com>2018-11-07 21:26:27 +0000
commit57b93281442eb95cb953b8a06bf99668681e6e3b (patch)
treebf3558c803b66a5c9317847b9cd3ea2fd394a043
parentbe92230c424c8673f80c4b28cd853db706df37d7 (diff)
downloadgitlab-ce-57b93281442eb95cb953b8a06bf99668681e6e3b.tar.gz
Typo fix stoping -> stopping in the CI 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.