Skip to content

Commit

Permalink
fix typo in grpc-service-consumption.adoc
Browse files Browse the repository at this point in the history
(cherry picked from commit bf0cc00)
  • Loading branch information
kdnakt authored and gsmet committed May 23, 2023
1 parent ffbc77b commit 5652685
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 5652685

Please sign in to comment.