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';