From 77f6715010647b2d87bfd75b8601384c7716a141 Mon Sep 17 00:00:00 2001 From: Piper Date: Sun, 24 May 2026 12:36:12 -0700 Subject: [PATCH] Fix typo in README.md for gRPC reference --- sdk-platform-java/gax-java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-platform-java/gax-java/README.md b/sdk-platform-java/gax-java/README.md index d6f52085390c..c105de990563 100644 --- a/sdk-platform-java/gax-java/README.md +++ b/sdk-platform-java/gax-java/README.md @@ -4,7 +4,7 @@ Google API Extensions for Java - [API Documentation](https://cloud.google.com/java/docs/reference/gax/latest/overview.html) Google API Extensions for Java (GAX Java) is a library which aids in the -development of client libraries for server APIs, based on [GRPC](http://grpc.io) +development of client libraries for server APIs, based on [gRPC](http://grpc.io) and Google API conventions. Application code will rarely need to use most of the classes within this