Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit a00925f

Browse files
author
Kailash Sethuraman
committed
Fix typo with in "JSON" abbreviation.
1 parent 11fe693 commit a00925f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2018-10-23-grpc-web-ga.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gRPC-Web, just like gRPC, lets you define the service "contract" between client
2727
auto generated. To do this, you have a choice between the [Closure](https://developers.google.com/closure/compiler/) compiler
2828
or the more widely used [CommonJS](https://requirejs.org/docs/commonjs.html).
2929
This development process removes the need to manage concerns such as creating
30-
custom JSOn seralization and deserialization logic, wrangling HTTP status codes
30+
custom JSON seralization and deserialization logic, wrangling HTTP status codes
3131
(which can vary across REST APIs), managing content type negotiation etc.
3232

3333
From a broader architectural perspective, gRPC-Web enables end-to-end gRPC. The diagram below illustrates this:

0 commit comments

Comments
 (0)