Skip to content

Commit 71bce28

Browse files
authored
Fix typo in serving-over-http.mdx (#1896)
1 parent 729a66e commit 71bce28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/learn/serving-over-http.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Callout } from "nextra/components"
44

55
<p className="learn-subtitle">Respond to GraphQL requests using an HTTP server</p>
66

7-
The GraphQL specification doesn't require paricular client-server protocols when sending API requests and responses, but HTTP is the most common choice because of its ubiquity. On this page, we'll review some key guidelines to follow when setting up a GraphQL server to operate over HTTP.
7+
The GraphQL specification doesn't require particular client-server protocols when sending API requests and responses, but HTTP is the most common choice because of its ubiquity. On this page, we'll review some key guidelines to follow when setting up a GraphQL server to operate over HTTP.
88

99
Note that the guidelines that follow only apply to stateless query and mutation operations. Visit the [Subscriptions page](/learn/subscriptions) for more information on transport protocols that commonly support these requests.
1010

0 commit comments

Comments
 (0)