diff --git a/docs/docs/tutorial/chapter7/api-side-currentuser.md b/docs/docs/tutorial/chapter7/api-side-currentuser.md index a1b7b62abcf2..567caaa655a3 100644 --- a/docs/docs/tutorial/chapter7/api-side-currentuser.md +++ b/docs/docs/tutorial/chapter7/api-side-currentuser.md @@ -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 } ```