From ce6dc967416f30c798b537b5afbc7a990fdff365 Mon Sep 17 00:00:00 2001 From: Patrik Date: Tue, 28 Sep 2021 15:07:11 +0200 Subject: [PATCH] docs: fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b28240..61a5099 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ contain the same rich labels: Additionally for completed RPCs, the following labels are used: * `grpc_code` - the human-readable [gRPC status code](https://github.com/grpc/grpc-go/blob/master/codes/codes.go). - The list of all statuses is to long, but here are some common ones: + The list of all statuses is too long, but here are some common ones: - `OK` - means the RPC was successful - `IllegalArgument` - RPC contained bad values