diff --git a/contents/docs/custom-mutators.mdx b/contents/docs/custom-mutators.mdx index 6e2d8120..cd6030c2 100644 --- a/contents/docs/custom-mutators.mdx +++ b/contents/docs/custom-mutators.mdx @@ -592,7 +592,7 @@ export function createMutators(clientMutators: CustomMutatorDefs) { ...clientMutators, issue: { - // Reuse all issue mutators except `update` + // Reuse all issue mutators except `markAllAsRead` ...clientMutators.issue, markAllAsRead: async (tx, {userId: string}) {