diff --git a/docs.it4i/software/karolina-compilation.md b/docs.it4i/software/karolina-compilation.md
index ac6148c77bafbc366c1e9b699d97304375da4cc6..fc278b8db193e938b1e464651c51a23d20bca1dc 100644
--- a/docs.it4i/software/karolina-compilation.md
+++ b/docs.it4i/software/karolina-compilation.md
@@ -44,7 +44,7 @@ However, to get full performance, you have to execute two jobs on two Karolina s
 Other BLAS libraries may be used, however none performs as well as the MKL.
 
 !!! note
-    Most MPI libraries do the binding automatically. The binding of MPI ranks can be inspected for any MPI by running `$ mpirun -n num_of_ranks numactl --show`. However, If the ranks spawn threads, binding of these threads should be done via the environment variables described above.
+    Most MPI libraries do the binding automatically. The binding of MPI ranks can be inspected for any MPI by running `$ mpirun -n num_of_ranks numactl --show`. However, if the ranks spawn threads, binding of these threads should be done via the environment variables described above.
 
 The choice of BLAS library and its performance may be verified with our benchmark,
 see [Lorenz BLAS performance benchmark][a].