Skip to content

Commit 3fbc772

Browse files
authored
Merge pull request #23930 from github/repo-sync
repo sync
2 parents 0651660 + 42ba72c commit 3fbc772

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/issues/tracking-your-work-with-issues/creating-an-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ You can open a new issue from a specific line or lines of code in a file or pull
9191
{% data reusables.repositories.navigate-to-repo %}
9292
1. Locate the code you want to reference in an issue:
9393
- To open an issue about code in a file, navigate to the file.
94-
- To open an issue about code in a pull request, navigate to the pull request and click {% octicon "diff" aria-label="The file diff icon" %} **Files changed**. Then, browse to the file that contains the code you want include in your comment, and click **View**.
94+
- To open an issue about code in a pull request, navigate to the pull request and click {% octicon "diff" aria-label="The file diff icon" %} **Files changed**. Then, browse to the file that contains the code you want included in your comment, and click **View**.
9595
{% data reusables.repositories.choose-line-or-range %}
9696
4. To the left of the code range, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab octicon" %}. In the drop-down menu, click **Reference in new issue**.
9797
![Kebab menu with option to open a new issue from a selected line](/assets/images/help/repository/open-new-issue-specific-line.png)

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)