Skip to content

Commit

Permalink
docs: up watchEvent.md (#3206)
Browse files Browse the repository at this point in the history
Missing `,`
  • Loading branch information
palozano authored Jan 8, 2025
1 parent 8c0597d commit 48f3bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/docs/actions/public/watchEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ Error thrown from listening for new Event Logs.
// ---cut---
const unwatch = publicClient.watchEvent(
{
onError: error => console.log(error) // [!code focus:1]
onError: error => console.log(error), // [!code focus:1]
onLogs: logs => console.log(logs),
}
)
Expand Down

0 comments on commit 48f3bbd

Please sign in to comment.