Skip to content

Commit a461973

Browse files
glen-84enisdenjo
authored andcommitted
Revert changes to implementations\hotchocolate\README.md
1 parent 138a445 commit a461973

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

implementations/hotchocolate/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ul>
66
<li><b>60</b> audits in total</li>
77
<li><span style="font-family: monospace">✅</span> <b>58</b> pass</li>
8-
<li><span style="font-family: monospace">️</span> <b>2</b> warnings (optional)</li>
8+
<li><span style="font-family: monospace">️</span> <b>2</b> warnings (optional)</li>
99
</ul>
1010

1111
<h2>Passing</h2>
@@ -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)