From 0bf05fd26a2575310b62d73f63d513c3b4c00708 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Mon, 27 Apr 2020 12:18:39 +0200 Subject: [PATCH] fix typos in in proces proxy docs --- IN-PROCESS-PROXY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IN-PROCESS-PROXY.md b/IN-PROCESS-PROXY.md index 30af225..318a2d9 100644 --- a/IN-PROCESS-PROXY.md +++ b/IN-PROCESS-PROXY.md @@ -14,11 +14,11 @@ intermediaries to negotiate the HTTP version, which is mostly transparent to the # Proxy or not -For most languages, the gRPC-Web module will handle the gRPC-Web request, do the translation, and then proxy the request using a gPRP client -to the gRPC server via a local socket. The gRPC-Web support is totally transparent to the gRPC server. +For most languages, the gRPC-Web module will handle the gRPC-Web request, perform the translation, and then proxy the request using a gRPC client +to the gRPC server via a local socket. The gRPC-Web support is fully transparent to the gRPC server. For some languages, such as Swift, .NET, if the gRPC server implementation uses the same HTTP stack that the gRPC-Web module uses, then gRPC-Web may be supported -directly as part of the gRPC server implementation. The added complexity to the gRPC implementation iteslf is still a concern. +directly as part of the gRPC server implementation. The added complexity to the gRPC implementation itself is still a concern. # HTTP port