Skip to content

Commit 5c8365e

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 0651660 + f8b9a81 commit 5c8365e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/issues/trying-out-the-new-projects-experience/creating-a-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You can archive an item to keep the context about the item in the project but re
8282

8383
1. Select the item(s) to archive or delete. To select multiple items, do one of the following:
8484
- `cmd + click` (Mac) or `ctrl + click` (Windows/Linux) each item.
85-
- Select an item then `shift + arrow-up` or `shift + arrow-down` to select additional items above or below the intitially selected item.
85+
- Select an item then `shift + arrow-up` or `shift + arrow-down` to select additional items above or below the initially selected item.
8686
- Select an item then `shift + click` another item to select all items between the two items.
8787
- Enter `cmd + a` (Mac) or `ctrl + a` (Windows/Linux) to select all items in a column in a board layout or all items in a table layout.
8888
2. To archive all selected items, enter `e`. To delete all selected items, enter `del`. Alternatively, select the {% octicon "triangle-down" aria-label="the item menu" %} (in table layout) or the {% octicon "kebab-horizontal" aria-label="the item menu" %} (in board layout), then select the desired action.

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)