diff --git a/docs.it4i/salomon/storage.md b/docs.it4i/salomon/storage.md
index 24b5d9310bfdd7d962fe9589703c6a42250915dc..85ba45b32aecdba1a8d1b123f682feb91b905993 100644
--- a/docs.it4i/salomon/storage.md
+++ b/docs.it4i/salomon/storage.md
@@ -54,9 +54,9 @@ If multiple clients try to read and write the same part of a file at the same ti
 
 There is default stripe configuration for Salomon Lustre file systems. However, users can set the following stripe parameters for their own directories or files to get optimum I/O performance:
 
-1. stripe_size: the size of the chunk in bytes; specify with k, m, or g to use units of KB, MB, or GB, respectively; the size must be an even multiple of 65,536 bytes; default is 1MB for all Salomon Lustre file systems
-1. stripe_count the number of OSTs to stripe across; default is 1 for Salomon Lustre file systems one can specify -1 to use all OSTs in the file system.
-1. stripe_offset The index of the OST where the first stripe is to be placed; default is -1 which results in random selection; using a non-default value is NOT recommended.
+1. stripe_size: The size of the chunk in bytes; specify with k, m, or g to use units of KB, MB, or GB, respectively; the size must be an even multiple of 65,536 bytes; default is 1MB for all Salomon Lustre file systems.
+1. stripe_count: The number of OSTs to stripe across; default is -1 for Salomon Lustre file systems, hence one uses all OSTs in the file system.
+1. stripe_offset: The index of the OST where the first stripe is to be placed; default is -1 which results in random selection; using a non-default value is NOT recommended.
 
 !!! note
     Setting stripe size and stripe count correctly for your needs may significantly impact the I/O performance you experience.