Skip to content

Commit 71184b7

Browse files
authored
Grammar updates
include redacted - include 'a' redacted try add - try 'to' add
1 parent 3768275 commit 71184b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ gh api graphql -f query='
310310
```
311311
{% endcli %}
312312

313-
A project may contain items that a user does not have permission to view. In this case, the response will include redacted item.
313+
A project may contain items that a user does not have permission to view. In this case, the response will include a redacted item.
314314

315315
```shell
316316
{
@@ -373,7 +373,7 @@ The response will contain the node ID of the newly created item.
373373
}
374374
```
375375

376-
If you try add an item that already exists, the existing item ID is returned instead.
376+
If you try to add an item that already exists, the existing item ID is returned instead.
377377

378378
### Updating a custom text, number, or date field
379379

0 commit comments

Comments
 (0)