From 3b0b8d860742cfc52e804cb0066237c6ca9a2ded Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Tue, 22 Oct 2024 14:45:34 +0200 Subject: [PATCH] Docs typo fixes - specificed, agrument (cherry picked from commit 73e94b2086d24396303047b733ec8fd009537d2a) --- docs/src/main/asciidoc/cdi-reference.adoc | 2 +- docs/src/main/asciidoc/hibernate-reactive-panache.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/cdi-reference.adoc b/docs/src/main/asciidoc/cdi-reference.adoc index 02672f4e528ea..aaafe90d46114 100644 --- a/docs/src/main/asciidoc/cdi-reference.adoc +++ b/docs/src/main/asciidoc/cdi-reference.adoc @@ -113,7 +113,7 @@ quarkus.index-dependency..artifact-id=(this one is optional) quarkus.index-dependency..classifier=(this one is optional) ---- -TIP: If no `artifact-id` is specified then all dependencies with the specificed `group-id` are indexed. +TIP: If no `artifact-id` is specified then all dependencies with the specified `group-id` are indexed. For example, the following entries ensure that the `org.acme:acme-api` dependency is indexed: diff --git a/docs/src/main/asciidoc/hibernate-reactive-panache.adoc b/docs/src/main/asciidoc/hibernate-reactive-panache.adoc index 3b542fc98833d..f129c82d5fca7 100644 --- a/docs/src/main/asciidoc/hibernate-reactive-panache.adoc +++ b/docs/src/main/asciidoc/hibernate-reactive-panache.adoc @@ -1133,7 +1133,7 @@ public class PanacheFunctionalityTest { } ---- <1> Make sure the test method is run on the Vert.x event loop. -<2> The injected `UniAsserter` agrument is used to make assertions. +<2> The injected `UniAsserter` argument is used to make assertions. == How and why we simplify Hibernate Reactive mappings