From 230f503c052c673a8c76042cdef86f7eaa420e8c Mon Sep 17 00:00:00 2001 From: maxtaran2010 Date: Wed, 8 Jul 2026 12:31:21 +0300 Subject: [PATCH] docs: fix typo "foor" -> "foo" in README example The JSON example in the stdin section had a typo: "foor" instead of "foo". Surrounding examples in the same section use "foo" consistently. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61fe34c3..98a410ea 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ grpcurl -d @ grpc.server.com:443 my.custom.server.Service/Method <