Skip to content

Commit

Permalink
Fix typo in Building my first extension
Browse files Browse the repository at this point in the history
  • Loading branch information
fdlane authored and geoand committed Mar 14, 2024
1 parent e387da3 commit 6a03bd9
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 6a03bd9

Please sign in to comment.