From 43b2e272119d668f441b9895404bbe9c1738045b Mon Sep 17 00:00:00 2001 From: Fabrice Bauzac-Stehly Date: Sat, 25 May 2024 22:44:07 +0200 Subject: [PATCH] getting-started: grammar: append->appended --- docs/src/main/asciidoc/getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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