diff --git a/testing/snapshot.ts b/testing/snapshot.ts index 3e33f7280..42ee57eff 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. *