From 35a1b43d62ae87ed204efcbed6fe64eda1a6008f Mon Sep 17 00:00:00 2001 From: Chulki Lee Date: Tue, 5 Nov 2019 14:40:04 -0800 Subject: [PATCH] Fix typo --- content/blog/2018-08-15-grpc-with-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2018-08-15-grpc-with-json.md b/content/blog/2018-08-15-grpc-with-json.md index f849ede..44b89b0 100644 --- a/content/blog/2018-08-15-grpc-with-json.md +++ b/content/blog/2018-08-15-grpc-with-json.md @@ -20,7 +20,7 @@ gRPC is actually a collection of technologies that have high cohesion, rather th ```diff - Protobuf wire encoding - Protobuf generated message types -- gPRC generated stub types +- gRPC generated stub types + JSON wire encoding + Gson message types ```