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

Nit: Fix typo in doc block #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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/type/introspection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule GraphQL.Type.Introspection do
resolve: fn(%{mutation: mutation}) -> mutation end
},
subscriptionType: %{
description: "If this server support subscription, the type that subscription operations will be rooted at.",
description: "If this server supports subscription, the type that subscription operations will be rooted at.",
type: Type,
resolve: nil #fn(%{subscription: subscription}, _, _,_) -> subscription end
},
Expand Down
2 changes: 1 addition & 1 deletion lib/mix/tasks/compile.graphql.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Mix.Tasks.Compile.Graphql do

Currently only handles schema files, but will support queries in future.

To use this you need to add the `:graphql` compiler to the front ofyour compiler chain.
To use this you need to add the `:graphql` compiler to the front of your compiler chain.
This just needs to be anywhere before the Elixir compiler because we are
generating Elixir code.

Expand Down