We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
misspelling
1 parent 88e00ed commit 85b8639Copy full SHA for 85b8639
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
43
44
```js
45
try {
46
- // This is an intentional mispelling
+ // This is an intentional misspelling
47
await db.exec("INSERTZ INTO my_table (name, employees) VALUES ()");
48
} catch (e: any) {
49
console.error({
0 commit comments