Closed
Description
What article on docs.github.com is affected?
https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#sponsorship
What part(s) of the article would you like to see updated?
The docs show "monthly_price_in_dollars" for sponsorship events as a number:
"monthly_price_in_cents": 500,
"monthly_price_in_dollars": 5,
But they actually arrive as a string (this is from my Recent Deliveries on my sponsors page):
"monthly_price_in_cents": 500,
"monthly_price_in_dollars": "5.0",