Skip to content

Commit

Permalink
Grammar updates
Browse files Browse the repository at this point in the history
include redacted - include 'a' redacted 
try add - try 'to' add
  • Loading branch information
DocAdam authored Dec 20, 2021
1 parent 3768275 commit 71184b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ gh api graphql -f query='
```
{% endcli %}

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

```shell
{
Expand Down Expand Up @@ -373,7 +373,7 @@ The response will contain the node ID of the newly created item.
}
```

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

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

Expand Down

0 comments on commit 71184b7

Please sign in to comment.