Fix typo javadoc

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2025-04-05 22:48:25 +07:00
committed by Dave Syer
parent 61c16aadd8
commit 32f2c75d09

View File

@@ -35,7 +35,7 @@ import io.grpc.StatusException;
* {@link GrpcExceptionHandler}.
*
* <p>
* A fallback mechanism is used to return UNONOWN in case the {@link GrpcExceptionHandler}
* A fallback mechanism is used to return UNKNOWN in case the {@link GrpcExceptionHandler}
* returns a null.
*
* @author Dave Syer