From 10a931a300e57acd02c20f93a604cc10f620bf1c Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:13:48 +0600 Subject: [PATCH] fix: clean up typo (#DA-335) (#6099) --- content/400-pulse/400-api-reference.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/400-pulse/400-api-reference.mdx b/content/400-pulse/400-api-reference.mdx index aa63227b30..e626292900 100644 --- a/content/400-pulse/400-api-reference.mdx +++ b/content/400-pulse/400-api-reference.mdx @@ -145,7 +145,7 @@ const stream = await prisma.user.stream({ }); ``` -#### Filter for deleted `User` records where the `email` contains `hello` after the update +#### Filter for deleted `User` records where the `email` contains `hello` ```ts const stream = await prisma.user.stream({ @@ -272,7 +272,7 @@ const subscription = await prisma.user.subscribe({ }); ``` -#### Filter for deleted `User` records where the `email` contains `hello` after the update +#### Filter for deleted `User` records where the `email` contains `hello` ```ts const subscription = await prisma.user.subscribe({