diff --git a/docs.it4i/software/debuggers/introduction.md b/docs.it4i/software/debuggers/introduction.md
index 1dcccd0e1569f259c0503780fe3de86b871b6095..1f5847fe0ea23d6dca766f962258abd54f041d9f 100644
--- a/docs.it4i/software/debuggers/introduction.md
+++ b/docs.it4i/software/debuggers/introduction.md
@@ -2,13 +2,13 @@
 
 ## Introduction
 
-We provide state of the art programms and tools to develop, profile and debug HPC codes at IT4Innovations. On these pages, we provide an overview of the profiling and debugging tools available on Anslem at IT4I.
+We provide state of the art programs and tools to develop, profile, and debug HPC codes at IT4Innovations. On these pages, we provide an overview of the profiling and debugging tools available on Anslem at IT4I.
 
 ## Intel Debugger
 
-Intel debugger is no longer available since Parallel Studio version 2015
+The Intel debugger is no longer available since Parallel Studio version 2015
 
-The intel debugger version 13.0 is available, via module intel. The debugger works for applications compiled with C and C++ compiler and the ifort fortran 77/90/95 compiler. The debugger provides java GUI environment.
+The Intel debugger version 13.0 is available, via the intel module. The debugger works for applications compiled with C and C++ compiler and the ifort fortran 77/90/95 compiler. The debugger provides a Java GUI environment.
 
 ```console
 $ ml intel
@@ -19,7 +19,7 @@ Read more at the [Intel Debugger][1] page.
 
 ## Allinea Forge (DDT/MAP)
 
-Allinea DDT, is a commercial debugger primarily for debugging parallel MPI or OpenMP programs. It also has a support for GPU (CUDA) and Intel Xeon Phi accelerators. DDT provides all the standard debugging features (stack trace, breakpoints, watches, view variables, threads etc.) for every thread running as part of your program, or for every process - even if these processes are distributed across a cluster using an MPI implementation.
+Allinea DDT is a commercial debugger primarily for debugging parallel MPI or OpenMP programs. It also has a support for GPU (CUDA) and Intel Xeon Phi accelerators. DDT provides all the standard debugging features (stack trace, breakpoints, watches, view variables, threads, etc.) for every thread running as part of your program, or for every process - even if these processes are distributed across a cluster using an MPI implementation.
 
 ```console
 $ ml Forge