From 44e78b1c63a491449482760fdbf441acaaada188 Mon Sep 17 00:00:00 2001 From: Umakant Vashishtha <41837826+umakantv@users.noreply.github.com> Date: Wed, 17 Apr 2024 23:49:53 +0530 Subject: [PATCH] Fix Typo in examples.md (#4212) Fix grammatical error --- docs/docs/mapping/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/mapping/examples.md b/docs/docs/mapping/examples.md index 4e90d1e6c15..178eb5a733d 100644 --- a/docs/docs/mapping/examples.md +++ b/docs/docs/mapping/examples.md @@ -23,5 +23,5 @@ Examples are available under `examples/internal` directory. entrypoint of the generated reverse proxy. To use the same port for custom HTTP handlers (e.g. serving `swagger.json`), -gRPC-Gateway, and a gRPC server, see [this code example by CoreOS](https://github.com/philips/grpc-gateway-example/blob/master/cmd/serve.go) (and it's accompanying +gRPC-Gateway, and a gRPC server, see [this code example by CoreOS](https://github.com/philips/grpc-gateway-example/blob/master/cmd/serve.go) (and its accompanying [blog post](https://coreos.com/blog/grpc-protobufs-swagger.html)).