1
0
mirror of synced 2026-01-01 18:05:46 -05:00

Merge pull request #13247 from DocAdam/patch-2

Grammar updates
This commit is contained in:
Ramya Parimi
2021-12-21 08:27:19 -08:00
committed by GitHub

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