Skip to content

Commit

Permalink
Fix typo in serving-over-http.mdx (#1896)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifmamun authored Dec 23, 2024
1 parent 729a66e commit 71bce28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/learn/serving-over-http.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Callout } from "nextra/components"

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

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.
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.

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.

Expand Down

0 comments on commit 71bce28

Please sign in to comment.