Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

docs: fix typo in README #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down