Skip to content

Commit

Permalink
Fix typo in Building my first extension
Browse files Browse the repository at this point in the history
(cherry picked from commit 6a03bd9)
  • Loading branch information
fdlane authored and gsmet committed Mar 15, 2024
1 parent 6e67901 commit 2ea8be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/building-my-first-extension.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2ea8be9

Please sign in to comment.