Skip to content

Commit e8d109f

Browse files
Fix typos in couple of asciidoc files
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent bf253a7 commit e8d109f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-grpc-docs/src/main/antora/modules/ROOT/pages/client.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ SimpleGrpc.SimpleBlockingStub stub(GrpcChannelFactory channels, @LocalGrpcPort i
200200
}
201201
----
202202

203-
The channel can be configured via `application.properties` as well, by using the ``${local.grpc.port}` property placeholder.
203+
The channel can be configured via `application.properties` as well, by using the `${local.grpc.port}` property placeholder.
204204
The `@Bean` where you create the stub must still be `@Lazy` for the same reason as above.
205205
For example:
206206

spring-grpc-docs/src/main/antora/modules/ROOT/pages/server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ A `GrpcExceptionHandler` can be used to handle exceptions of a specific type, re
157157

158158
== Testing
159159

160-
If you include `spring-grpc-test` in your project, your gRPC server in a `@SpringBootTest` can be started in-process (i.e. not listening on a network port) by enabling the in-process server
160+
If you include `spring-grpc-test` in your project, your gRPC server in a `@SpringBootTest` can be started in-process (i.e. not listening on a network port) by enabling the in-process server.
161161
All clients that connect to any server via the autoconfigured `GrpcChannelFactory` will be able to connect to it.
162162
You can switch the in-process server on by setting `spring.grpc.inprocess.enabled` to `true` or by adding the `@AutoConfigureInProcessTransport` annotation to your `@SpringBootTest` class.
163163

0 commit comments

Comments
 (0)