Skip to content

Commit f539276

Browse files
committed
docs: fix GRPC typos
1 parent e0bdb6e commit f539276

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

sdk-platform-java/gax-java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Google API Extensions for Java
44
- [API Documentation](https://cloud.google.com/java/docs/reference/gax/latest/overview.html)
55

66
Google API Extensions for Java (GAX Java) is a library which aids in the
7-
development of client libraries for server APIs, based on [GRPC](http://grpc.io)
7+
development of client libraries for server APIs, based on [gRPC](http://grpc.io)
88
and Google API conventions.
99

1010
Application code will rarely need to use most of the classes within this

sdk-platform-java/hermetic_build/DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ as per [POSIX env var definition](https://pubs.opengroup.org/onlinepubs/96999197
8888
```shell
8989
unzip /path/to/zipfile -d "${HOME}/.library_generation/"
9090
```
91-
#### Put the GRPC plugin in its well-known location
92-
1. Download GRPC plugin from [Maven Central](https://central.sonatype.com/artifact/io.grpc/protoc-gen-grpc-java/versions).
91+
#### Put the gRPC plugin in its well-known location
92+
1. Download gRPC plugin from [Maven Central](https://central.sonatype.com/artifact/io.grpc/protoc-gen-grpc-java/versions).
9393
2. Move the folder into its well-know location.
9494

9595
```shell

0 commit comments

Comments
 (0)