Skip to content

Commit

Permalink
getting-started: grammar: append->appended
Browse files Browse the repository at this point in the history
  • Loading branch information
libnoon committed May 25, 2024
1 parent edf4d5f commit 43b2e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ but users can also choose to expose one that might present a security risk under

If the application contains the `quarkus-info` extension, then Quarkus will by default expose the `/q/info` endpoint which provides information about the build, java version, version control, and operating system. The level of detail of the exposed information is configurable.

Check warning on line 482 in docs/src/main/asciidoc/getting-started.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsSuggestions] Depending on the context, consider using ', which (non restrictive clause preceded by a comma)' or 'that (restrictive clause without a comma)' rather than 'which'. Raw Output: {"message": "[Quarkus.TermsSuggestions] Depending on the context, consider using ', which (non restrictive clause preceded by a comma)' or 'that (restrictive clause without a comma)' rather than 'which'.", "location": {"path": "docs/src/main/asciidoc/getting-started.adoc", "range": {"start": {"line": 482, "column": 117}}}, "severity": "INFO"}

All CDI beans implementing the `InfoContributor` will be picked up and their data will be append to the endpoint.
All CDI beans implementing the `InfoContributor` will be picked up and their data will be appended to the endpoint.

==== Configuration Reference

Check warning on line 486 in docs/src/main/asciidoc/getting-started.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Headings] Use sentence-style capitalization in '12.1.1. Configuration Reference'. Raw Output: {"message": "[Quarkus.Headings] Use sentence-style capitalization in '12.1.1. Configuration Reference'.", "location": {"path": "docs/src/main/asciidoc/getting-started.adoc", "range": {"start": {"line": 486, "column": 1}}}, "severity": "INFO"}

Check warning on line 486 in docs/src/main/asciidoc/getting-started.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.HeadingPunctuation] Do not use end punctuation in headings. Raw Output: {"message": "[Quarkus.HeadingPunctuation] Do not use end punctuation in headings.", "location": {"path": "docs/src/main/asciidoc/getting-started.adoc", "range": {"start": {"line": 486, "column": 1}}}, "severity": "INFO"}

Expand Down

0 comments on commit 43b2e27

Please sign in to comment.