Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tasn committed Jun 27, 2024
1 parent aa50dcd commit 3be3a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ var svix = new SvixClient("AUTH_TOKEN", new SvixOptions("https://api.svix.com"))
await svix.Message.CreateAsync("app_Xzx8bQeOB1D1XEYmAJaRGoj0", new MessageIn(
eventType: "invoice.paid",
payload: new {
type: "invoice.paid",
type = "invoice.paid",
id = "invoice_WF7WtCLFFtd8ubcTgboSFNql",
status = "paid",
attempt = 2
Expand Down

0 comments on commit 3be3a45

Please sign in to comment.