Skip to content

Commit 48c9002

Browse files
Updating docs - minor change (#79)
1 parent 3e3a0b2 commit 48c9002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ const res = await txn.doRequest(req);
256256
console.log(JSON.stringify(res.getJson()));
257257
```
258258

259-
### Running an Upsert: query + mutation
259+
### Running an Upsert: Query + Mutation
260260

261261
The `txn.doRequest` function allows you to run upserts consisting of one query and one mutation.
262262
Query variables could be defined and can then be used in the mutation. You can also use the

0 commit comments

Comments
 (0)