Skip to content

Commit 263405c

Browse files
jeanbzamenghanl
authored andcommitted
docs: small docs fixed to WithDisableServiceConfig (#2819)
1 parent 4a199db commit 263405c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dialoptions.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,12 +466,12 @@ func WithChannelzParentID(id int64) DialOption {
466466
})
467467
}
468468

469-
// WithDisableServiceConfig returns a DialOption that causes grpc to ignore any
469+
// WithDisableServiceConfig returns a DialOption that causes gRPC to ignore any
470470
// service config provided by the resolver and provides a hint to the resolver
471471
// to not fetch service configs.
472472
//
473-
// Note that, this dial option only disables service config from resolver. If
474-
// default service config is provided, grpc will use the default service config.
473+
// Note that this dial option only disables service config from resolver. If
474+
// default service config is provided, gRPC will use the default service config.
475475
func WithDisableServiceConfig() DialOption {
476476
return newFuncDialOption(func(o *dialOptions) {
477477
o.disableServiceConfig = true

0 commit comments

Comments
 (0)