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({