Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 5ee5406

Browse files
Fix typos in doc block
1 parent 43bccc0 commit 5ee5406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/graphql/type/introspection.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ defmodule GraphQL.Type.Introspection do
5050
resolve: fn(%{mutation: mutation}) -> mutation end
5151
},
5252
subscriptionType: %{
53-
description: "If this server support subscription, the type that subscription operations will be rooted at.",
53+
description: "If this server supports subscription, the type that subscription operations will be rooted at.",
5454
type: Type,
5555
resolve: nil #fn(%{subscription: subscription}, _, _,_) -> subscription end
5656
},

lib/mix/tasks/compile.graphql.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule Mix.Tasks.Compile.Graphql do
99
1010
Currently only handles schema files, but will support queries in future.
1111
12-
To use this you need to add the `:graphql` compiler to the front ofyour compiler chain.
12+
To use this you need to add the `:graphql` compiler to the front of your compiler chain.
1313
This just needs to be anywhere before the Elixir compiler because we are
1414
generating Elixir code.
1515

0 commit comments

Comments
 (0)