Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/graphql/client/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Client
# Assumes GraphQL endpoint follows the express-graphql endpoint conventions.
# https://github.com/graphql/express-graphql#http-usage
#
# Production applications should consider implementing there own network
# Production applications should consider implementing their own network
# adapter. This class exists for trivial stock usage and allows for minimal
# request header configuration.
class HTTP
Expand Down