Skip to content

Commit 4d6eb4d

Browse files
committed
Merge pull request #153 from ning-github/patch-1
Correct capitalization
2 parents 028b3b6 + 88b52e9 commit 4d6eb4d

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)