diff --git a/docs.it4i/software/compilers.md b/docs.it4i/software/compilers.md
index 2bc1412d1359ef54a9aabb0b18ce5a55da3c3134..79ba5b5e875f5af28192ba821fee02d07701b2fa 100644
--- a/docs.it4i/software/compilers.md
+++ b/docs.it4i/software/compilers.md
@@ -97,13 +97,13 @@ int main() {
 }
 ```
 
-To compile the example use
+To compile the example, use:
 
 ```console
 $ gupc -o count.upc.x count.upc
 ```
 
-To run the example with 5 threads issue
+To run the example with 5 threads, use:
 
 ```console
 $ ./count.upc.x -fupc-threads-5