Skip to content

Commit

Permalink
fix(docs): typo in operations.md (#765)
Browse files Browse the repository at this point in the history
Fixed a bug in the examples

## Agreement

By submitting this pull request, I confirm that you can use, modify,
copy and redistribute this contribution, under the terms of your choice.
  • Loading branch information
bryancheny committed Jun 9, 2023
1 parent 2a5b904 commit 50f01ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ post = await db.post.upsert(
'create': {
'title': 'This post was created!',
'published': False,
}
},
'update': {
'title': 'This post was updated',
'published': True,
Expand Down

0 comments on commit 50f01ed

Please sign in to comment.