Skip to content

Commit

Permalink
Merge pull request #34508 from geoand/injectmock-javadoc-fix
Browse files Browse the repository at this point in the history
Fix typo in InjectMock javadoc
  • Loading branch information
mkouba authored Jul 4, 2023
2 parents f694d96 + c3982cf commit 043347c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* </ul>
* The lifecycle and configuration API of the injected mock depends on the type of test being used.
* <p>
* Some test types impose additional restrictons and limitations. For example, only beans that have a
* Some test types impose additional restrictions and limitations. For example, only beans that have a
* <a href="https://quarkus.io/guides/cdi#client_proxies">client proxy</a> may be mocked in a
* {@code io.quarkus.test.junit.QuarkusTest}.
*/
Expand Down

0 comments on commit 043347c

Please sign in to comment.