Skip to content

Commit 69b1789

Browse files
authored
fix: corrected spelling from accoring to according (#50)
1 parent 316cd04 commit 69b1789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Server reflection allows servers to assist clients in runtime construction of requests without having stub information precompiled into the client.
44

5-
Accoring to the [GRPC Server Reflection Protocol
5+
According to the [GRPC Server Reflection Protocol
66
](https://github.com/grpc/grpc/blob/master/doc/server-reflection.md), the primary usecase for server reflection is to write (typically) command line debugging tools for talking to a grpc server. In particular, such a tool will take in a method and a payload (in human readable text format) send it to the server (typically in binary proto wire format), and then take the response and decode it to text to present to the user.
77

88
GrpcReflection, implemented as a gRPC server using `grpc-elixir`, adds reflection support to a `grpc-elixir` based application.

0 commit comments

Comments
 (0)