Skip to content

Commit 2da77ae

Browse files
committed
Merge pull request #1 from enaqx/typos
Fix Misc Typos in README.md
2 parents a05b631 + 80b8f20 commit 2da77ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ on complex application data models.
66

77
## Technical Preview Contents
88

9-
This technical preview contains a [draft specification for GraphQL](https://github.com/facebook/graphql)
10-
and a reference implementation in JavaScript that implements that draft,
11-
GraphQL.js.
9+
This technical preview contains a [draft specification for GraphQL]
10+
(https://github.com/facebook/graphql) and a reference implementation in
11+
JavaScript that implements that draft, GraphQL.js.
1212

13-
The reference implemention provides base libraries in javascript that would
13+
The reference implementation provides base libraries in JavaScript that would
1414
provide the basis for full GraphQL implementations and tools. It is not a fully
1515
standalone GraphQL server that a client developer could use to start
1616
manipulating and querying data. Most importantly it provides no mapping to a
1717
functioning, production-ready backend. The only “backend” we have targeted for
1818
this early preview are in-memory stubs in test cases.
1919

20-
We are releasing this now because after GraphQL was first discussed publically,
20+
We are releasing this now because after GraphQL was first discussed publicly,
2121
many engineers used this information to implement the parts of the system that
22-
we discussed publically. We want to support those engineers by providing both a
22+
we discussed publicly. We want to support those engineers by providing both a
2323
formal specification and a reference implementation for the system as a whole.
2424

2525
To that end the target audience is not the client developer, but those who have
@@ -49,7 +49,7 @@ Install GraphQL.js from npm
4949
npm install graphql
5050
```
5151

52-
GraphQL.js provides two important capabilites: building a type schema, and
52+
GraphQL.js provides two important capabilities: building a type schema, and
5353
serving queries against that type schema.
5454

5555
First, build a GraphQL type schema which maps to your code base.

0 commit comments

Comments
 (0)