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

Commit 0f4e3a2

Browse files
Fix typo in doc block
1 parent 43bccc0 commit 0f4e3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)