From 05d3e1effda3d91a65d682fc29b0c68ffe46730d Mon Sep 17 00:00:00 2001
From: Timo Feuerstein <4546129-tmfrstn@users.noreply.gitlab.com>
Date: Mon, 23 Jan 2023 19:12:02 +0000
Subject: [PATCH] Fixes Vale issues

---
 doc/ci/interactive_web_terminal/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ci/interactive_web_terminal/index.md b/doc/ci/interactive_web_terminal/index.md
index 44c081b9d7f18..c7fb94535ff81 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)
 
-- 
GitLab