Skip to content

Commit a6c68de

Browse files
committed
docs(advanced): fix stray comment syntax in debug-logging guide
1 parent e89d45e commit a6c68de

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/advanced/debug-logging.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ chat({
5555
});
5656
```
5757

58-
If you want to see ONLY a specific set of categories, set the rest to `false` explicitly:
59-
60-
// Errors default to true; keep them on unless you really want total silence.
58+
If you want to see ONLY a specific set of categories, set the rest to `false` explicitly. Errors default to `true` — keep them on unless you really want total silence:
6159

6260
```typescript
6361
chat({

0 commit comments

Comments
 (0)