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