diff --git a/docs/src/main/asciidoc/writing-extensions.adoc b/docs/src/main/asciidoc/writing-extensions.adoc index 2f21823f21841..02e8ad4398422 100644 --- a/docs/src/main/asciidoc/writing-extensions.adoc +++ b/docs/src/main/asciidoc/writing-extensions.adoc @@ -3125,7 +3125,7 @@ Before publishing your extension to the xref:tooling.adoc[Quarkus tooling], make * The `quarkus-extension.yaml` file (in the extension's `runtime/` module) has the minimum metadata set: ** `name` -** `description` (unless you have it already set in the `runtime/pom.xml`'s `` element, which is the recommended approach) +** `description` (unless you have it already set in the ``runtime/pom.xml``'s `` element, which is the recommended approach) * Your extension is published in Maven Central