Skip to content

Commit

Permalink
Merge pull request #44020 from rsvoboda/docs.typos.2024-10-22
Browse files Browse the repository at this point in the history
Docs typo fixes - specificed, agrument
  • Loading branch information
gsmet authored Oct 22, 2024
2 parents 7273685 + 73e94b2 commit 242d9aa
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 242d9aa

Please sign in to comment.