Skip to content

Commit

Permalink
Fix typo (#9725)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdotjs authored and Tobbe committed Dec 21, 2023
1 parent 08a89f5 commit 56ed142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial/chapter7/api-side-currentuser.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ Finally, we'll need to update several of the scaffold components to use the new
```javascript title="web/src/components/Post/EditPostCell/EditPostCell.js"
export const QUERY = gql`
query FindPostById($id: Int!) {
query EditPostById($id: Int!) {
// highlight-next-line
post: adminPost(id: $id) {
id
Expand Down

0 comments on commit 56ed142

Please sign in to comment.