From 6a03bd94dd50317af55fe6412209dabf90533eac Mon Sep 17 00:00:00 2001 From: fdlane Date: Tue, 12 Mar 2024 16:36:37 -0400 Subject: [PATCH] Fix typo in Building my first extension --- docs/src/main/asciidoc/building-my-first-extension.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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