ietf-wg-httpapi / ratelimit-headers

Repository for IETF WG draft ratelimit-headers
Other
45 stars 5 forks source link

Fix formatting of RateLimit dictionary keys #132

Closed nfriedly closed 1 month ago

nfriedly commented 1 year ago

Without the extra space between each definition, the next term ends up rendered as part of the previous definition on https://datatracker.ietf.org/doc/html/draft-ietf-httpapi-ratelimit-headers-07#section-3.1

This is what it currently looks like: before

This is what a local build looks like after this change (I'm not sure why the font is different, but you can see that the definition list is correctly laid out): after

darrelmiller commented 1 month ago

Thanks for the PR. I incorporated the formatting fix in the the main PR that was merged.