<!-- HUBBERS BEWARE! THE GITHUB/DOCS REPO IS PUBLIC TO THE ENTIRE INTERNET. OPEN AN ISSUE IN GITHUB/DOCS-CONTENT INSTEAD. --> <!-- For questions, ask in Discussions: https://github.com/github/docs/discussions Before you file an issue read the: - Code of Conduct: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - Contributing guide: https://github.com/github/docs/blob/main/CONTRIBUTING.md Check to make sure someone hasn't already opened a similar issue: https://github.com/github/docs/issues --> ### 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", ``` ### Additional information