Skip to content

Commit

Permalink
Merge pull request #39411 from fdlane/lane-docs
Browse files Browse the repository at this point in the history
Fix typo in Building my first extension
  • Loading branch information
geoand authored Mar 14, 2024
2 parents ac7fa2e + 6a03bd9 commit 1f0e5c4
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 1f0e5c4

Please sign in to comment.