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.

Check warning on line 791 in docs/src/main/asciidoc/building-my-first-extension.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Fluff] Depending on the context, consider using 'Rewrite the sentence, or use 'must', instead of' rather than 'need to'. Raw Output: {"message": "[Quarkus.Fluff] Depending on the context, consider using 'Rewrite the sentence, or use 'must', instead of' rather than 'need to'.", "location": {"path": "docs/src/main/asciidoc/building-my-first-extension.adoc", "range": {"start": {"line": 791, "column": 31}}}, "severity": "INFO"}

Check warning on line 791 in docs/src/main/asciidoc/building-my-first-extension.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsWarnings] Consider using 'start' or 'open' rather than 'launch' unless updating existing content that uses the term. Raw Output: {"message": "[Quarkus.TermsWarnings] Consider using 'start' or 'open' rather than 'launch' unless updating existing content that uses the term.", "location": {"path": "docs/src/main/asciidoc/building-my-first-extension.adoc", "range": {"start": {"line": 791, "column": 39}}}, "severity": "WARNING"}

===== Maven

Expand Down

0 comments on commit 6a03bd9

Please sign in to comment.