diff --git a/src/Grpc.Net.Client/Balancer/Resolver.cs b/src/Grpc.Net.Client/Balancer/Resolver.cs index b8c46007d..0dfaf2f7f 100644 --- a/src/Grpc.Net.Client/Balancer/Resolver.cs +++ b/src/Grpc.Net.Client/Balancer/Resolver.cs @@ -166,8 +166,8 @@ public static ResolverResult ForResult(IReadOnlyList addresses) /// Create for the specified addresses and service config. /// /// The resolved addresses. - /// An optional service config. A null value indicates that the resolver either didn't retreive a service config or an error occurred. The error must be specified using . - /// A service config status. The status indicates an error retreiveing or parsing the config. The status must not be if no service config is specified. + /// An optional service config. A null value indicates that the resolver either didn't retrieve a service config or an error occurred. The error must be specified using . + /// A service config status. The status indicates an error retrieving or parsing the config. The status must not be if no service config is specified. /// A resolver result. [DebuggerStepThrough] public static ResolverResult ForResult(IReadOnlyList addresses, ServiceConfig? serviceConfig, Status? serviceConfigStatus)