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:
Diffstat (limited to 'doc/ci/interactive_web_terminal/index.md')
-rw-r--r--doc/ci/interactive_web_terminal/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/interactive_web_terminal/index.md b/doc/ci/interactive_web_terminal/index.md
index 44c081b9d7f..c7fb94535ff 100644
--- a/doc/ci/interactive_web_terminal/index.md
+++ b/doc/ci/interactive_web_terminal/index.md
@@ -54,7 +54,7 @@ Not all executors are
NOTE:
The `docker` executor does not keep running
after the build script is finished. At that point, the terminal automatically
-disconnects and does not wait for the user to finish. Please follow
+disconnects and does not wait for the user to finish. Follow
[this issue](https://gitlab.com/gitlab-org/gitlab-runner/-/issues/3605) for updates on
improving this behavior.
@@ -66,7 +66,7 @@ for the current job.
![Example of job running with terminal available](img/interactive_web_terminal_running_job.png)
When selected, a new tab opens to the terminal page where you can access
-the terminal and type commands like a normal shell.
+the terminal and type commands like in a standard shell.
![terminal of the job](img/interactive_web_terminal_page.png)