diff --git a/docs.it4i/job-features.md b/docs.it4i/job-features.md
index 8f1cd457be6d77268834b42979ed6926b812ba4f..f332a8665b697f1cde736d197bcba1792cac9963 100644
--- a/docs.it4i/job-features.md
+++ b/docs.it4i/job-features.md
@@ -8,7 +8,7 @@ $ qsub... -l feature=req
 
 ## VTune Support
 
-Load VTune kernel modules.
+Load the VTune kernel modules.
 
 ```console
 $ qsub ... -l vtune=version_string
@@ -18,7 +18,7 @@ version_string is VTune version e.g. 2017_update2
 
 ## Global RAM Disk
 
-Create global shared file system consisting of RAM disks of allocated nodes. File-system is mounted on /mnt/global_ramdisk.
+Create a global shared file system consisting of RAM disks of allocated nodes. File-system is mounted on /mnt/global_ramdisk.
 
 ```console
 $ qsub ... -l global_ramdisk=true
@@ -39,7 +39,7 @@ $ qsub ... -l virt_network=true
 
 ## x86 Adapt Support
 
-Load kernel module, that allows changing/toggling system parameters stored in MSR and PCI registers of x86 processors.
+Load a kernel module that allows changing/toggling system parameters stored in MSR and PCI registers of x86 processors.
 
 ```console
 $ qsub ... -l x86_adapt=true
@@ -53,7 +53,7 @@ $ qsub ... -l x86_adapt=true
 
 ## Disabling Intel Turbo Boost on CPU
 
-Intel Turbo Boost on CPU is enabled on all all compute nodes.
+Intel Turbo Boost on CPU is enabled on all compute nodes.
 
 To disable Intel Turbo Boost on CPU
 
@@ -66,19 +66,19 @@ $ qsub ... -l cpu_turbo_boost=false
 !!! Info
     Not available now.
 
-To offline N CPU cores
+To offline N CPU cores:
 
 ```console
 $ qsub ... -l cpu_offline_cores=N
 ```
 
-To offline CPU cores according pattern
+To offline CPU cores according to pattern:
 
 ```console
 $ qsub ... -l cpu_offline_cores=PATTERN
 ```
 
-where pattern is list of core's numbers to offline separated by character 'c' e.g. "5c11c16c23c"
+where 'pattern' is a list of core's numbers to offline, separated by the character 'c' (e.g. "5c11c16c23c").
 
 !!! Danger
     Hazardous, it causes Lustre threads disruption.