Skip to content

Commit 7d37f74

Browse files
committed
Fix typo
1 parent 00f3c03 commit 7d37f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/server/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ $ grpcurl --plaintext localhost:9090 describe net.devh.boot.grpc.example.MyServi
321321
net.devh.boot.grpc.example.MyService.SayHello is a method:
322322
rpc SayHello ( .HelloRequest ) returns ( .HelloReply );
323323
$ # Now we only have query for the request body structure
324-
$ grpcurl --plaintext localhost:9898 describe net.devh.boot.grpc.example.HelloRequest
324+
$ grpcurl --plaintext localhost:9090 describe net.devh.boot.grpc.example.HelloRequest
325325
net.devh.boot.grpc.example.HelloRequest is a message:
326326
message HelloRequest {
327327
string name = 1;

0 commit comments

Comments
 (0)