Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-docs/paths/events/project-issues.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
{
"name": "status",
"in": "query",
"description": "Optionally limits the query to issues of the specified status. Valid values are `\"resolved\"`, `\"unresolved\"` and `\"ignored\"`.",
"description": "Optionally limits the query to issues of the specified status. Valid values are `\"resolved\"`, `\"unresolved\"`, and `\"ignored\"`.",
Copy link
Copy Markdown
Member Author

@chadwhitacre chadwhitacre Jun 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sentry uses the Oxford (or serial) comma. Don’t let anyone tell you differently.

https://www.notion.so/sentry/Punctuation-ceca51defae34228aa67e6e282363cb1#7af6f0354243419ea5a7ea5b53db81a0

😉

"required": false,
"schema": {
"type": "string"
Expand Down