1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Grammar updates

include redacted - include 'a' redacted 
try add - try 'to' add
This commit is contained in:
Adam Pugh
2021-12-20 12:34:37 -06:00
committed by GitHub
parent 3768275242
commit 71184b75e4

View File

@@ -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
{
@@ -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