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 9b353bf999ee8246b6c87620cbecc3d5b34ded14..67c0d4851d59c53e789c266277b91f6b00cdd710 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