diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-09-26 13:31:50 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-09-26 13:31:50 +0000 |
commit | 404b7802d1d1a11f3fb7c5d4955927d74331b303 (patch) | |
tree | faa876790d5a91c42799068776043bf5ac9076d1 | |
parent | cfd2c31bfe01d9dabc68c56dcd1cb1ddb53eb5bc (diff) | |
parent | c21e4af35388350ad30077f19271a7ed7bc4f3de (diff) | |
download | gitlab-ce-404b7802d1d1a11f3fb7c5d4955927d74331b303.tar.gz |
Merge branch 'patch-25' into 'master'
Docs: one-off typo fix
See merge request gitlab-org/gitlab-ce!21872
-rw-r--r-- | doc/ci/interactive_web_terminal/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/interactive_web_terminal/index.md b/doc/ci/interactive_web_terminal/index.md index 8ce4fe55cec..7990917f809 100644 --- a/doc/ci/interactive_web_terminal/index.md +++ b/doc/ci/interactive_web_terminal/index.md @@ -3,7 +3,7 @@ > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/50144) in GitLab 11.3. Interactive web terminals give the user access to a terminal in GitLab for -running one-of commands for their CI pipeline. +running one-off commands for their CI pipeline. NOTE: **Note:** This is not available for the shared Runners on GitLab.com. |