Skip to content

Commit 85b8639

Browse files
authored
[D1] Properly spell misspelling (#19574)
1 parent 88e00ed commit 85b8639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/d1/observability/debug-d1.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To capture exceptions, log the `Error.message` value. For example, the code belo
4343

4444
```js
4545
try {
46-
// This is an intentional mispelling
46+
// This is an intentional misspelling
4747
await db.exec("INSERTZ INTO my_table (name, employees) VALUES ()");
4848
} catch (e: any) {
4949
console.error({

0 commit comments

Comments
 (0)