Skip to content

Commit 422bb22

Browse files
committed
Merge pull request #43 from andimarek/patch-1
Fix typo in comment
2 parents b0e53b5 + 3122cff commit 422bb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/TypeInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import find from './find';
4141

4242

4343
/**
44-
* FieldInfo is a utility class which, given a GraphQL schema, can keep track
44+
* TypeInfo is a utility class which, given a GraphQL schema, can keep track
4545
* of the current field and type definitions at any point in a GraphQL document
4646
* AST during a recursive descent by calling `enter(node)` and `leave(node)`.
4747
*/

0 commit comments

Comments
 (0)