From 04bf23be335d794cdef202b8d175ffda6dc649a0 Mon Sep 17 00:00:00 2001 From: max <87073104+maxtaran2010@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:41:29 -0700 Subject: [PATCH] docs: fix typo "foor" -> "foo" in README example (#571) The JSON example in the stdin section had a typo: "foor" instead of "foo". Surrounding examples in the same section use "foo" consistently. Co-authored-by: maxtaran2010 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61fe34c..98a410e 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ grpcurl -d @ grpc.server.com:443 my.custom.server.Service/Method <