Skip to content

Commit 7d91696

Browse files
authored
fix: typo in grpc (kamranahmedse#8777)
The title is spelt gPRC instead of GRPC
1 parent 4303e09 commit 7d91696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/roadmaps/software-architect/content/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gPRC
1+
# gRPC
22

33
gRPC is a platform agnostic serialization protocol that is used to communicate between services. Designed by Google in 2015, it is a modern alternative to REST APIs. It is a binary protocol that uses HTTP/2 as a transport layer. It is a high performance, open source, general-purpose RPC framework that puts mobile and HTTP/2 first.
44

0 commit comments

Comments
 (0)