Skip to content

Commit

Permalink
Docs typo fixes - specificed, agrument
Browse files Browse the repository at this point in the history
(cherry picked from commit 73e94b2)
  • Loading branch information
rsvoboda authored and gsmet committed Oct 23, 2024
1 parent 2e764f8 commit 3b0b8d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/cdi-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ quarkus.index-dependency.<name>.artifact-id=(this one is optional)
quarkus.index-dependency.<name>.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:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/hibernate-reactive-panache.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3b0b8d8

Please sign in to comment.