From 8c31e0b4f9e4d5cc2913cf01108cdb6916f06a0a Mon Sep 17 00:00:00 2001 From: matt knox Date: Fri, 4 Sep 2015 14:10:59 -0700 Subject: [PATCH] fix typo in README.md "the the" => "the" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18dec95..894d0c7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ An overview of GraphQL in general is available in the [Specification for GraphQL](https://github.com/facebook/graphql). This library is designed to work with the -the [GraphQL.js](https://github.com/graphql/graphql-js) reference implementation +[GraphQL.js](https://github.com/graphql/graphql-js) reference implementation of a GraphQL server. An overview of the functionality that a Relay-compliant GraphQL server should @@ -236,4 +236,4 @@ npm run watch in a terminal. This will watch the file system run lint, tests, and type checking automatically whenever you save a js file. -To lint the JS files and type interface checks run `npm run lint`. +To lint the JS files and run type interface checks run `npm run lint`.