Browse Source

Test API docs pipeline (#35755)

Chad Whitacre 2 years ago
parent
commit
ce7d4154a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api-docs/paths/events/project-issues.json

+ 1 - 1
api-docs/paths/events/project-issues.json

@@ -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\"`.",
         "required": false,
         "schema": {
           "type": "string"