From 6d9e9e6a6553bb9d3f6361df30f2b1a91d49dee0 Mon Sep 17 00:00:00 2001 From: Divya Darshana Date: Thu, 9 Jan 2025 16:00:35 +0530 Subject: [PATCH] applying review suggestions --- docs/advanced-guide/grpc/page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-guide/grpc/page.md b/docs/advanced-guide/grpc/page.md index 39a893943..c3bc7f77a 100644 --- a/docs/advanced-guide/grpc/page.md +++ b/docs/advanced-guide/grpc/page.md @@ -2,7 +2,7 @@ We have already seen how GoFr can help ease the development of HTTP servers, but there are cases where performance is primarily required sacrificing flexibility. In these types of scenarios gRPC protocol comes into picture. {% new-tab-link title="gRPC" href="https://grpc.io/docs/what-is-grpc/introduction/" /%} is an open-source RPC(Remote Procedure Call) framework initially developed by Google. -Gofr empowers you to create gRPC handlers efficiently while taking advantage of context support for effective dependency and tracing management within your handlers. +GoFr enables you to create gRPC handlers efficiently while leveraging GoFr's context support for seamless access to connected datasources and trace management within your handlers. ## Prerequisites