We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42d1dfc + 996ea4b commit 2f88125Copy full SHA for 2f88125
site/graphql-js/APIReference-Utilities.md
@@ -92,13 +92,13 @@ var { introspectionQuery } = require('graphql'); // CommonJS
92
<li>
93
<a href="#isvalidjsvalue">
94
<pre>function isValidJSValue</pre>
95
- Determins if a JavaScript value is valid for a GraphQL type.
+ Determines if a JavaScript value is valid for a GraphQL type.
96
</a>
97
</li>
98
99
<a href="#isvalidliteralvalue">
100
<pre>function isValidLiteralValue</pre>
101
- Determins if a literal value from an AST is valid for a GraphQL type.
+ Determines if a literal value from an AST is valid for a GraphQL type.
102
103
104
</ul>
0 commit comments