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.

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 43b2e27

Please sign in to comment.