Skip to content

Commit f00b652

Browse files
authored
Merge pull request #44 from ajsharma/master
Corrects there to their
2 parents 11a008e + 73e9a64 commit f00b652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphql/client/http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Client
1414
# Assumes GraphQL endpoint follows the express-graphql endpoint conventions.
1515
# https://github.com/graphql/express-graphql#http-usage
1616
#
17-
# Production applications should consider implementing there own network
17+
# Production applications should consider implementing their own network
1818
# adapter. This class exists for trivial stock usage and allows for minimal
1919
# request header configuration.
2020
class HTTP

0 commit comments

Comments
 (0)