From 32d8805cc7e27e03560bc17c4f20d752c43354f7 Mon Sep 17 00:00:00 2001 From: vil02 <65706193+vil02@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:40:44 +0100 Subject: [PATCH] [D1] Properly spell `misspelling` --- src/content/docs/d1/observability/debug-d1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/d1/observability/debug-d1.mdx b/src/content/docs/d1/observability/debug-d1.mdx index 98f2209c3410aa..194dab50323009 100644 --- a/src/content/docs/d1/observability/debug-d1.mdx +++ b/src/content/docs/d1/observability/debug-d1.mdx @@ -43,7 +43,7 @@ To capture exceptions, log the `Error.message` value. For example, the code belo ```js try { - // This is an intentional mispelling + // This is an intentional misspelling await db.exec("INSERTZ INTO my_table (name, employees) VALUES ()"); } catch (e: any) { console.error({