From 4ec1800b493fda7d265f511404ef03281b5acf28 Mon Sep 17 00:00:00 2001 From: Doctor <44320105+BlackAsLight@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:16:19 +1100 Subject: [PATCH] docs(testing): fix typo in snapshot.ts (#6171) --- testing/snapshot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/snapshot.ts b/testing/snapshot.ts index 49d0301e4..f0ff3abd3 100644 --- a/testing/snapshot.ts +++ b/testing/snapshot.ts @@ -565,7 +565,7 @@ export async function assertSnapshot( * @typeParam T The type of the snapshot * @param context The test context * @param actual The actual value to compare - * @param message The optional assertion messagge + * @param message The optional assertion message */ export async function assertSnapshot( context: Deno.TestContext,