Skip to content

Commit

Permalink
cleanup: fix typo in Interceptor README (#4249)
Browse files Browse the repository at this point in the history
  • Loading branch information
fagnercarvalho authored Mar 9, 2021
1 parent 19c44c2 commit fce74a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/features/interceptor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ handler StreamHandler) error`.
Refer to client-side stream interceptor section for detailed implementation
explanation.

To install the unary interceptor for a Server, configure `NewServer` with
To install the stream interceptor for a Server, configure `NewServer` with
`ServerOption`
[`StreamInterceptor`](https://godoc.org/google.golang.org/grpc#StreamInterceptor).

0 comments on commit fce74a9

Please sign in to comment.