Skip to content

Commit

Permalink
[D1] Properly spell misspelling (#19574)
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 authored Jan 31, 2025
1 parent 88e00ed commit 85b8639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/d1/observability/debug-d1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 85b8639

Please sign in to comment.