diff --git a/src/Grpc.Core.Api/Interceptors/ClientInterceptorContext.cs b/src/Grpc.Core.Api/Interceptors/ClientInterceptorContext.cs index e327bc8d5..a61fdce0b 100644 --- a/src/Grpc.Core.Api/Interceptors/ClientInterceptorContext.cs +++ b/src/Grpc.Core.Api/Interceptors/ClientInterceptorContext.cs @@ -51,7 +51,7 @@ public ClientInterceptorContext(Method method, string? host public Method Method { get; } /// - /// Gets the host that the currect invocation will be dispatched to. + /// Gets the host that the current invocation will be dispatched to. /// public string? Host { get; }