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,