Skip to content

Commit

Permalink
Merge pull request quarkusio#40842 from libnoon/append
Browse files Browse the repository at this point in the history
getting-started: grammar: append->appended
  • Loading branch information
gsmet authored May 27, 2024
2 parents c2025ff + 43b2e27 commit b4eaa0c
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.

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

Expand Down

0 comments on commit b4eaa0c

Please sign in to comment.