From 561a319e37740936ebf6ecd898c908b338a61ca1 Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Mon, 11 Dec 2017 17:13:06 -0600 Subject: [PATCH] typos --- test/typescript.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/typescript.ts b/test/typescript.ts index 07ed594301..32f20ddefe 100644 --- a/test/typescript.ts +++ b/test/typescript.ts @@ -1,6 +1,6 @@ -// this file tests compliation of typescript types to ensure compatibility -// we intentionly don't enfore TS compliation on the reset of the tests so we can -// test things like improper arugment calling / etc to cause errors and ensure +// this file tests compilation of typescript types to ensure compatibility +// we intentionally don't enforce TS compilation on the reset of the tests so we can +// test things like improper argument calling / etc to cause errors and ensure // that the are handled import * as React from 'react'; import gql from 'graphql-tag';