diff --git a/docs/src/main/asciidoc/building-my-first-extension.adoc b/docs/src/main/asciidoc/building-my-first-extension.adoc index 407796f683e66..39de8983d4975 100644 --- a/docs/src/main/asciidoc/building-my-first-extension.adoc +++ b/docs/src/main/asciidoc/building-my-first-extension.adoc @@ -788,7 +788,7 @@ Edsger W. Dijkstra ==== Debugging your application build Since your extension deployment is made during the application build, this process is triggered by your build tool. -That means if you want to debug this phase you need to launch your build tool with the remote debug mode switched one. +That means if you want to debug this phase you need to launch your build tool with the remote debug mode switched on. ===== Maven