Skip to content

Commit 7213273

Browse files
committed
Docs: First Extension Asciidoc fix
Signed-off-by: Maciej Lisowski <[email protected]>
1 parent c9712ba commit 7213273

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/main/asciidoc/building-my-first-extension.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,7 @@ Thanks to basic concepts, you will describe the items to produce/consume and the
561561

562562
The `io.quarkus.builder.item.BuildItem` concept represents object instances you will produce or consume (and at some point convert into bytecode) thanks to methods annotated with `@io.quarkus.deployment.annotations.BuildStep` which describe your extension's deployment tasks.
563563

564-
NOTE:: See xref:all-builditems.adoc[the complete list of BuildItem implementations in core] for more information
565-
564+
NOTE: See xref:all-builditems.adoc[the complete list of BuildItem implementations in core] for more information.
566565

567566
Go back to the generated `org.acme.greeting.extension.deployment.GreetingExtensionProcessor` class.
568567

0 commit comments

Comments
 (0)