diff --git a/docs.it4i/software/numerical-libraries/intel-numerical-libraries.md b/docs.it4i/software/numerical-libraries/intel-numerical-libraries.md
index 5d3c57c4d0cebeebd4611a02d345ea5b8e79438e..fc979d607724d47fba7dbf9ecb7c0bc8e0ea39e3 100644
--- a/docs.it4i/software/numerical-libraries/intel-numerical-libraries.md
+++ b/docs.it4i/software/numerical-libraries/intel-numerical-libraries.md
@@ -1,10 +1,10 @@
 # Intel Numerical Libraries
 
-Intel libraries for high performance in numerical computing
+Intel libraries for high performance in numerical computing.
 
 ## Intel Math Kernel Library
 
-Intel Math Kernel Library (Intel MKL) is a library of math kernel subroutines, extensively threaded and optimized for maximum performance. Intel MKL unites and provides these basic components: BLAS, LAPACK, ScaLapack, PARDISO, FFT, VML, VSL, Data fitting, Feast Eigensolver and many more.
+Intel Math Kernel Library (Intel MKL) is a library of math kernel subroutines, extensively threaded and optimized for maximum performance. Intel MKL unites and provides these basic components: BLAS, LAPACK, ScaLapack, PARDISO, FFT, VML, VSL, Data fitting, Feast Eigensolver, and many more.
 
 ```console
 $ ml mkl **or** ml imkl
@@ -14,7 +14,7 @@ Read more at the [Intel MKL][1].
 
 ## Intel Integrated Performance Primitives
 
-Intel Integrated Performance Primitives, version 7.1.1, compiled for AVX is available, via module ipp. The IPP is a library of highly optimized algorithmic building blocks for media and data applications. This includes signal, image and frame processing algorithms, such as FFT, FIR, Convolution, Optical Flow, Hough transform, Sum, MinMax and many more.
+Intel Integrated Performance Primitives version 7.1.1, compiled for AVX is available via the ipp module. The IPP is a library of highly optimized algorithmic building blocks for media and data applications. This includes signal, image, and frame processing algorithms, such as FFT, FIR, Convolution, Optical Flow, Hough transform, Sum, MinMax, and many more.
 
 ```console
 $ ml ipp