Skip to content

Commit f77946f

Browse files
Fix the typo in JavaScript name
1 parent c1b96ac commit f77946f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GraphQL client library for Clojure and ClojureScript.
66

77
## Why
88

9-
Writing GraphQL queries in the frontend applications is not straight forward. In JavaSript world it is common to see GraphQL queries written as inline strings inside the application code:
9+
Writing GraphQL queries in the frontend applications is not straight forward. In JavaScript world it is common to see GraphQL queries written as inline strings inside the application code:
1010

1111
```javascript
1212
client.query(`
@@ -238,7 +238,7 @@ query {
238238
name
239239
}
240240
}
241-
```
241+
```
242242

243243
but, with graphql-builder you can compose this query from the application code:
244244

0 commit comments

Comments
 (0)