From 88b52e9c01733e43c17a0c5d2e112c0283a11096 Mon Sep 17 00:00:00 2001 From: Ning Xia Date: Mon, 24 Aug 2015 22:22:43 -0700 Subject: [PATCH] Correct capitalization capitalized 'ast' into 'AST' for consistency throughout --- src/utilities/__tests__/buildASTSchema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utilities/__tests__/buildASTSchema.js b/src/utilities/__tests__/buildASTSchema.js index a6fe4cbb50..2ebe58d99c 100644 --- a/src/utilities/__tests__/buildASTSchema.js +++ b/src/utilities/__tests__/buildASTSchema.js @@ -16,7 +16,7 @@ import { buildASTSchema } from '../buildASTSchema'; /** * This function does a full cycle of going from a * string with the contents of the DSL, parsed - * in a schema AST, materializing that schema ast + * in a schema AST, materializing that schema AST * into an in-memory GraphQLSchema, and then finally * printing that GraphQL into the DSL */