You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/03/17 08:40:12 UTC

[incubator-pekko-samples] branch main updated: typos in docs (#13)

This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new 16b7e75  typos in docs (#13)
16b7e75 is described below

commit 16b7e75d4894f473b733269f80fc5ed67f3170b1
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Fri Mar 17 09:40:06 2023 +0100

    typos in docs (#13)
---
 akka-sample-cluster-client-grpc-java/README.md   | 2 +-
 pekko-sample-cluster-client-grpc-scala/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/akka-sample-cluster-client-grpc-java/README.md b/akka-sample-cluster-client-grpc-java/README.md
index 25e3583..355456e 100644
--- a/akka-sample-cluster-client-grpc-java/README.md
+++ b/akka-sample-cluster-client-grpc-java/README.md
@@ -10,5 +10,5 @@ Project structure:
 * [ClusterClient](src/main/java/sample/cluster/client/grpc/ClusterClient.java) is the actor on the client
   side that messages are sent via
 * [ClusterClientReceptionist](src/main/java/sample/cluster/client/grpc/ClusterClientReceptionist.java)
-  is an Akka extension on the cluster (server) side that implements the gPRC service and delegates
+  is an Akka extension on the cluster (server) side that implements the gRPC service and delegates
   messages to actors in the cluster that have been registered in Distributed PubSub. 
diff --git a/pekko-sample-cluster-client-grpc-scala/README.md b/pekko-sample-cluster-client-grpc-scala/README.md
index 35db6ff..b8dc702 100644
--- a/pekko-sample-cluster-client-grpc-scala/README.md
+++ b/pekko-sample-cluster-client-grpc-scala/README.md
@@ -10,5 +10,5 @@ Project structure:
 * [ClusterClient](src/main/scala/sample/cluster/client/grpc/ClusterClient.scala) is the actor on the client
   side that messages are sent via
 * [ClusterClientReceptionist](src/main/scala/sample/cluster/client/grpc/ClusterClientReceptionist.scala)
-  is an Apache Pekko extension on the cluster (server) side that implements the gPRC service and delegates
+  is an Apache Pekko extension on the cluster (server) side that implements the gRPC service and delegates
   messages to actors in the cluster that have been registered in Distributed PubSub. 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org