From a67e713cbcb2355d73f700f9f2aeca3f2a88fa30 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Thu, 5 Mar 2020 13:08:15 +0100
Subject: [PATCH] Update shell-and-data-access.md (fixed capitalization)

---
 docs.it4i/general/shell-and-data-access.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.it4i/general/shell-and-data-access.md b/docs.it4i/general/shell-and-data-access.md
index 9f8818408..217b3a5ca 100644
--- a/docs.it4i/general/shell-and-data-access.md
+++ b/docs.it4i/general/shell-and-data-access.md
@@ -236,7 +236,7 @@ $ ssh -L 6000:localhost:1234 remote.host.com
 !!! note
     Port number 6000 is chosen as an example only. Pick any free port.
 
-### Port Forwarding from Compute Nodes
+### Port Forwarding From Compute Nodes
 
 Remote port forwarding from compute nodes allows applications running on the compute nodes to access hosts outside the cluster.
 
-- 
GitLab