Skip to content

Commit e184afb

Browse files
authored
Copy-edit fixes
- Add missing trailing period, for consistency with other list items. - Correct the capitalization on "graphQL".
1 parent 0b8a904 commit e184afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/code/index.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Executor.execute(schema, query) map println
393393
- [Apollo Client](http://dev.apollodata.com/react/) ([github](https://github.com/apollostack/apollo-client)): A powerful JavaScript GraphQL client, designed to work well with React, React Native, Angular 2, or just plain JavaScript.
394394
- [graphql-request](https://github.com/graphcool/graphql-request): A simple and flexible JavaScript GraphQL client that works in all JavaScript environments (the browser, Node.js, and React Native) - basically a lightweight wrapper around \`fetch\`.
395395
- [Lokka](https://github.com/kadirahq/lokka): A simple JavaScript GraphQL client that works in all JavaScript environments (the browser, Node.js, and React Native).
396-
- [nanogql](https://github.com/yoshuawuyts/nanogql): Tiny graphQL client library using template strings
396+
- [nanogql](https://github.com/yoshuawuyts/nanogql): Tiny GraphQL client library using template strings.
397397
398398
### Swift / Objective-C iOS
399399

0 commit comments

Comments
 (0)