Skip to content

Commit 96a1a60

Browse files
committed
docs(implementations): audit report
1 parent a45a5c5 commit 96a1a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

implementations/hotchocolate/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The server <i>SHOULD</i> support these, but is not required.
8383
"transfer-encoding": "chunked",
8484
"server": "Kestrel",
8585
"date": "<timestamp>",
86-
"content-type": "application/graphql-response+json;charset=utf-8"
86+
"content-type": "application/graphql-response+json; charset=utf-8"
8787
},
8888
"body": {
8989
"data": {
@@ -104,7 +104,7 @@ The server <i>SHOULD</i> support these, but is not required.
104104
"transfer-encoding": "chunked",
105105
"server": "Kestrel",
106106
"date": "<timestamp>",
107-
"content-type": "application/graphql-response+json;charset=utf-8"
107+
"content-type": "application/graphql-response+json; charset=utf-8"
108108
},
109109
"body": {
110110
"data": {

0 commit comments

Comments
 (0)