Skip to content

Commit e683743

Browse files
committed
Polish "Fix typos and grammatical errors in gRPC documentation"
See gh-50863
1 parent cd7e431 commit e683743

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io

documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/grpc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ dependencies {
317317
+
318318
======
319319

320-
TIP: Remember to include a Servlet Container dependency, for example, using `spring-boot-starter-tomcat`, and to set `server.http2.enabled` to `true`.
320+
TIP: Remember to include a Servlet Container dependency`spring-boot-starter-tomcat`, for example – and to set configprop:server.http2.enabled[] to `true`.
321321

322322
NOTE: When using a servlet container, certain gRPC server configuration properties are not relevant and will be ignored.
323323
For example, configprop:spring.grpc.server.port[] is ignored since configprop:server.port[] is used to set a web server port.
@@ -343,7 +343,7 @@ spring:
343343

344344
Client authentication can also be configured by setting configprop:spring.grpc.server.ssl.client-auth[] to `optional` or `require`.
345345

346-
TIP: To temporarily disable server SSL support, for example, to aid with testing, you can set configprop:spring.grpc.server.ssl.enabled[] to `false`.
346+
TIP: To temporarily disable server SSL supportto aid with testing, for example – set configprop:spring.grpc.server.ssl.enabled[] to `false`.
347347

348348

349349

@@ -643,7 +643,7 @@ spring:
643643

644644
[TIP]
645645
====
646-
To temporarily disable client SSL support, for example, to aid with testing, you can set `bypass-certificate-validation` to `true` on your channel config:
646+
To temporarily disable client SSL supportto aid with testing, for example – set `bypass-certificate-validation` to `true` on your channel config:
647647
648648
[configprops,yaml]
649649
----

0 commit comments

Comments
 (0)