Skip to content

Commit 2f88125

Browse files
authored
Merge pull request graphql#394 from nathanchapman/patch-1
Update APIReference-Utilities.md
2 parents 42d1dfc + 996ea4b commit 2f88125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/graphql-js/APIReference-Utilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ var { introspectionQuery } = require('graphql'); // CommonJS
9292
<li>
9393
<a href="#isvalidjsvalue">
9494
<pre>function isValidJSValue</pre>
95-
Determins if a JavaScript value is valid for a GraphQL type.
95+
Determines if a JavaScript value is valid for a GraphQL type.
9696
</a>
9797
</li>
9898
<li>
9999
<a href="#isvalidliteralvalue">
100100
<pre>function isValidLiteralValue</pre>
101-
Determins if a literal value from an AST is valid for a GraphQL type.
101+
Determines if a literal value from an AST is valid for a GraphQL type.
102102
</a>
103103
</li>
104104
</ul>

0 commit comments

Comments
 (0)