From 9d25375ea3bb625d729d11a537fdbe6fb3f62aae Mon Sep 17 00:00:00 2001 From: Caleb Cox Date: Mon, 16 Sep 2024 12:39:07 -0500 Subject: [PATCH] docs(testing): fix typo in snapshot --- testing/snapshot.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/snapshot.ts b/testing/snapshot.ts index 3e33f72809ae..42ee57eff370 100644 --- a/testing/snapshot.ts +++ b/testing/snapshot.ts @@ -525,7 +525,7 @@ class AssertSnapshotContext { /** * Make an assertion that `actual` matches a snapshot. If the snapshot and `actual` do - * not a match, then throw. + * not match, then throw. * * Type parameter can be specified to ensure values under comparison have the same type. * @@ -549,7 +549,7 @@ export async function assertSnapshot( ): Promise; /** * Make an assertion that `actual` matches a snapshot. If the snapshot and `actual` do - * not a match, then throw. + * not match, then throw. * * Type parameter can be specified to ensure values under comparison have the same type. *