Skip to content

Commit

Permalink
fix typo in grpc-service-consumption.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdnakt committed May 23, 2023
1 parent d73267b commit bf0cc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/grpc-service-consumption.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ include::{generated-dir}/config/quarkus-grpc-config-group-grpc-dev-mode-config.a

== Inject mock clients

In your `@QuarkuTest`, you can use `@InjectMock` to inject the Mutiny client of a gRPC service:
In your `@QuarkusTest`, you can use `@InjectMock` to inject the Mutiny client of a gRPC service:

[source, java]
----
Expand Down

0 comments on commit bf0cc00

Please sign in to comment.