Skip to content

Commit

Permalink
chore(docs): fix docs formatting (#11321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Aug 20, 2024
1 parent 594470b commit c78b718
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 @@ -681,7 +681,7 @@ export const updatePost = async ({ id, input }) => {
} else {
throw new ForbiddenError("You don't have access to this post")
}
// highlight-end
// highlight-end
}
```
Expand Down

0 comments on commit c78b718

Please sign in to comment.