From 207517f4026b1d637b3c11162c8e310516d2f88b Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Fri, 4 Sep 2020 15:31:06 +0100 Subject: [PATCH] s/Kuberneretes/Kubernetes/ Signed-off-by: Jack Baldry --- httpgrpc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpgrpc/README.md b/httpgrpc/README.md index 95c74535..50ce9698 100644 --- a/httpgrpc/README.md +++ b/httpgrpc/README.md @@ -1,6 +1,6 @@ **What?** Embedding HTTP requests and responses into a gRPC service; a service and client to translate back and forth between the two, so you can use them with your faviourite mux. -**Why?** Get all the goodness of protobuf encoding, HTTP/2, snappy, load balancing, persistent connection and native Kuberneretes load balancing with ~none of the effort. +**Why?** Get all the goodness of protobuf encoding, HTTP/2, snappy, load balancing, persistent connection and native Kubernetes load balancing with ~none of the effort. To rebuild generated protobuf code, run: