diff --git a/api/src/main/java/io/grpc/ServerInterceptor.java b/api/src/main/java/io/grpc/ServerInterceptor.java index 272b10636c..9b2e76ef60 100644 --- a/api/src/main/java/io/grpc/ServerInterceptor.java +++ b/api/src/main/java/io/grpc/ServerInterceptor.java @@ -19,7 +19,7 @@ package io.grpc; import javax.annotation.concurrent.ThreadSafe; /** - * Interface for intercepting incoming calls before that are dispatched by + * Interface for intercepting incoming calls before they are dispatched by * {@link ServerCallHandler}. * *

Implementers use this mechanism to add cross-cutting behavior to server-side calls. Common