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 <ocotifuzo727@gmail.com>
This commit is contained in:
max
2026-07-08 10:41:29 -07:00
committed by GitHub
parent 1a48043e8a
commit 04bf23be33
+1 -1
View File
@@ -146,7 +146,7 @@ grpcurl -d @ grpc.server.com:443 my.custom.server.Service/Method <<EOM
{
"id": 1234,
"tags": [
"foor",
"foo",
"bar"
]
}