diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md
index e43df08b957e81339975a6fd44e555b08ebfa1be..850e50b702a012a5aec645875ba96edc15e46779 100644
--- a/docs.it4i/software/lmod.md
+++ b/docs.it4i/software/lmod.md
@@ -168,7 +168,7 @@ Use "module keyword key1 key2 ..." to search for all possible modules matching a
 
 ## Inspecting a Module
 
-To see how a module would change the environment, use ml show or ml show:
+To see how a module would change the environment, use ml show:
 
 ```bash
 $ ml show Python/3.5.2
@@ -199,11 +199,11 @@ setenv("EBEXTSLISTPYTHON","setuptools-20.1.1,pip-8.0.2,nose-1.3.7")
 !!! tip
     Note that both the direct changes to the environment as well as other modules that will be loaded are shown.
 
-If you're not sure what all of this means: don't worry, you don't have to know; just try loading the module as try using the software.
+If you're not sure what all of this means: don't worry, you don't have to know, just try loading the module as try using the software.
 
 ## Loading Modules
 
-The effectively apply the changes to the environment that are specified by a module, use module load or ml and specify the name of the module.
+The effectively apply the changes to the environment that are specified by a module, use ml and specify the name of the module.
 For example, to set up your environment to use intel:
 
 ```bash