From 1ffb08b30137c47492686b366a25371cb08cb1b4 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Wed, 11 Mar 2020 10:48:36 +0100
Subject: [PATCH] Update environment-and-modules.md

---
 docs.it4i/environment-and-modules.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs.it4i/environment-and-modules.md b/docs.it4i/environment-and-modules.md
index ccd99d31c..4c97af502 100644
--- a/docs.it4i/environment-and-modules.md
+++ b/docs.it4i/environment-and-modules.md
@@ -2,7 +2,7 @@
 
 ## Shells on Clusters
 
-The table shows which shells are supported on IT4Innovations clusters.
+The table shows which shells are supported on the IT4Innovations clusters.
 
 | Cluster Name    | bash | tcsh | zsh | ksh |
 | --------------- | ---- | ---- | --- | --- |
@@ -12,11 +12,11 @@ The table shows which shells are supported on IT4Innovations clusters.
 | DGX-2 Cluster   | yes  | no   | no  | no  |
 
 !!! info
-    BASH is the default shell. Should you need a different shell write an email to support@it4i.cz.
+    BASH is the default shell. Should you need a different shell, contact support@it4i.cz.
 
 ## Environment Customization
 
-After logging in, you may want to configure the environment. Write your preferred path definitions, aliases, functions and module loads in the .bashrc file
+After logging in, you may want to configure the environment. Write your preferred path definitions, aliases, functions, and module loads in the .bashrc file
 
 ```console
 # ./bashrc
@@ -38,11 +38,11 @@ fi
 ```
 
 !!! note
-    Do not run commands outputting to standard output (echo, module list, etc) in .bashrc for non-interactive SSH sessions. It breaks fundamental functionality (SCP, PBS) of your account! Take care for SSH session interactivity for such commands as stated in the previous example.
+    Do not run commands outputting to standard output (echo, module list, etc.) in .bashrc for non-interactive SSH sessions. It breaks the fundamental functionality (SCP, PBS) of your account. Take care for SSH session interactivity for such commands as stated in the previous example.
 
 ### Application Modules
 
-In order to configure your shell for running particular application on clusters we use Module package interface.
+In order to configure your shell for running particular application on clusters, we use a Module package interface.
 
 Application modules on clusters are built using [EasyBuild][1]. The modules are divided into the following structure:
 
@@ -75,7 +75,7 @@ Application modules on clusters are built using [EasyBuild][1]. The modules are
 !!! note
     The modules set up the application paths, library paths and environment variables for running particular application.
 
-The modules may be loaded, unloaded and switched, according to momentary needs. For details see [lmod][2].
+The modules may be loaded, unloaded, and switched according to momentary needs. For details, see [lmod][2].
 
 [1]: software/tools/easybuild.md
 [2]: software/modules/lmod.md
-- 
GitLab