From 8afb4ed2b98115a31c7b7f5fbf7799f7b95a76c3 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Thu, 9 Jul 2020 13:32:38 +0200
Subject: [PATCH] Update x-window-system.md

---
 .../graphical-user-interface/x-window-system.md              | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md
index 9b353bf99..67c0d4851 100644
--- a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md
+++ b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md
@@ -17,15 +17,14 @@ In order to display the GUI of various software tools, you need to enable the X
 
 ### PuTTY on Windows
 
-On Windows, use the PuTTY client to enable X11 forwarding. In PuTTY menu, go to _Connection > SSH > X11_ and check the _Enable X11 forwarding_ checkbox before logging in.
+On Windows, use the PuTTY client to enable X11 forwarding. In PuTTY menu, go to _Connection > SSH > X11_ and check the _Enable X11 forwarding_ checkbox before logging in. Then log in as usual.
 
 ![](../../../img/cygwinX11forwarding.png)
 
-Then log in as usual.
 
 ### WSL (Bash on Windows)
 
-In order to display the GUI of various software tools, you need to enable the X display forwarding. Log in using the `-X` option in the SSH client:
+ To enable the X display forwarding, log in using the `-X` option in the SSH client:
 
 ```console
  local $ ssh -X username@cluster-name.it4i.cz
-- 
GitLab