summaryrefslogtreecommitdiff
path: root/doc/ci/environments.md
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2016-12-20 11:05:39 +0000
committerNick Thomas <nick@gitlab.com>2016-12-20 11:05:39 +0000
commitff31f4f922e2b35f20dc4d2ba8be951d95c887be (patch)
tree5fe120af1c57bbefefa88e11e3651ec7f49a99bf /doc/ci/environments.md
parent4e169327bf031603d31398940a86346d44e7521a (diff)
downloadgitlab-ce-ff31f4f922e2b35f20dc4d2ba8be951d95c887be.tar.gz
Rename "Online terminal" to "Web terminal" in the docs
Diffstat (limited to 'doc/ci/environments.md')
-rw-r--r--doc/ci/environments.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md
index 07d92bb746c..98cd29c9567 100644
--- a/doc/ci/environments.md
+++ b/doc/ci/environments.md
@@ -27,7 +27,7 @@ so every environment can have one or more deployments. GitLab keeps track of
your deployments, so you always know what is currently being deployed on your
servers. If you have a deployment service such as [Kubernetes][kubernetes-service]
enabled for your project, you can use it to assist with your deployments, and
-can even access a terminal for your environment from within GitLab!
+can even access a web terminal for your environment from within GitLab!
To better understand how environments and deployments work, let's consider an
example. We assume that you have already created a project in GitLab and set up
@@ -235,10 +235,10 @@ Remember that if your environment's name is `production` (all lowercase), then
it will get recorded in [Cycle Analytics](../user/project/cycle_analytics.md).
Double the benefit!
-## Terminal support
+## Web terminals
>**Note:**
-Terminal support was added in GitLab 8.15 and is only available to project
+Web terminals were added in GitLab 8.15 and are only available to project
masters and owners.
If you deploy to your environments with the help of a deployment service (e.g.,