diff --git a/docs/src/main/asciidoc/getting-started.adoc b/docs/src/main/asciidoc/getting-started.adoc index 7c03569b67e82..7eab23affaae3 100644 --- a/docs/src/main/asciidoc/getting-started.adoc +++ b/docs/src/main/asciidoc/getting-started.adoc @@ -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