Skip to content

Commit 88b52e9

Browse files
committed
Correct capitalization
capitalized 'ast' into 'AST' for consistency throughout
1 parent 028b3b6 commit 88b52e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/__tests__/buildASTSchema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { buildASTSchema } from '../buildASTSchema';
1616
/**
1717
* This function does a full cycle of going from a
1818
* string with the contents of the DSL, parsed
19-
* in a schema AST, materializing that schema ast
19+
* in a schema AST, materializing that schema AST
2020
* into an in-memory GraphQLSchema, and then finally
2121
* printing that GraphQL into the DSL
2222
*/

0 commit comments

Comments
 (0)