Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed Dec 11, 2017
1 parent 844356e commit 561a319
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/typescript.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 561a319

Please sign in to comment.