From ba572fbf4846edaf07edf6ffc2402e9f79e32c1f Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Thu, 7 Dec 2017 20:24:45 +0100 Subject: [PATCH] Typo --- client/coral-framework/graphql/anywhere.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-framework/graphql/anywhere.js b/client/coral-framework/graphql/anywhere.js index 5e8496a98..7a93f16ea 100644 --- a/client/coral-framework/graphql/anywhere.js +++ b/client/coral-framework/graphql/anywhere.js @@ -2,7 +2,7 @@ import graphql from '@coralproject/graphql-anywhere-optimized'; import {createTypeGetter} from 'graphql-ast-tools'; import introspectionData from './introspection.json'; -// User typeGetter to get more optimized documents. +// Use typeGetter to get more optimized documents. const typeGetter = createTypeGetter(introspectionData); // Use global fragment cache for transformed fragments.