grpc / grpc-dart

The Dart language implementation of gRPC.
https://pub.dev/packages/grpc
Apache License 2.0
835 stars 256 forks source link

Typo Correction in README.md #695

Closed Curious-x closed 2 months ago

Curious-x commented 2 months ago

Corrected typo "RPs" to "RPCs". To avoid confusion. RPC stand for Remote Procedure Call.

linux-foundation-easycla[bot] commented 2 months ago

CLA Signed


The committers listed above are authorized under a signed CLA.

Curious-x commented 2 months ago

@mosuem, I want to confirm that was my actions right for the changes to be merged, for the typo to be corrected?

mosuem commented 2 months ago

Yes, you can go ahead and merge the PR. Thanks!

Curious-x commented 2 months ago

@mosuem I don't have push access to the repository that's why I couldn't merge the PR by myself. By the way, do you know why the following test failed:

Dart / test (windows-latest, dev, vm) (pull_request)

Even though only a readme is changed. Is this related to #697 ('timeline_test' failure on Windows)?

mosuem commented 2 months ago

Is this related to https://github.com/grpc/grpc-dart/issues/697 ('timeline_test' failure on Windows)?

Yes :)