diff --git a/auth/jwt/README.md b/auth/jwt/README.md index 66520e4..55e187e 100644 --- a/auth/jwt/README.md +++ b/auth/jwt/README.md @@ -57,7 +57,7 @@ In order for the parser and the signer to work, the authorization headers need to be passed between the request and the context. `ToHTTPContext()`, `FromHTTPContext()`, `ToGRPCContext()`, and `FromGRPCContext()` are given as helpers to do this. -These function impliment the correlating transport's RequestFunc interface and can be passed as ClientBefore or ServerBefore options. +These function implement the correlating transport's RequestFunc interface and can be passed as ClientBefore or ServerBefore options. Example of use in a client: