Skip to content

Commit b28614f

Browse files
committed
Merge branch 'readme-minor-edit'
2 parents b68c406 + 97cd10b commit b28614f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ JavaScript that implements that draft, GraphQL.js.
1313
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
16-
manipulating and querying data. Most importantly it provides no mapping to a
16+
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

@@ -22,12 +22,12 @@ many engineers used this information to implement the parts of the system that
2222
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

25-
To that end the target audience is not the client developer, but those who have built
26-
or are actively interested in building their own GraphQL implementations and
27-
tools. Critically we also want feedback on the system and to incorporate that
25+
To that end, the target audience is not the client developer, but those who have
26+
built or are actively interested in building their own GraphQL implementations and
27+
tools. Critically, we also want feedback on the system and to incorporate that
2828
feedback in our final release.
2929

30-
In order to be broadly adopted GraphQL will have to target a wide
30+
In order to be broadly adopted, GraphQL will have to target a wide
3131
variety of backends, frameworks, and languages, which will necessitate a
3232
collaborative effort across projects and organizations. This technical preview
3333
marks the beginning of that process.

0 commit comments

Comments
 (0)