Skip to content

Commit ed4a4ac

Browse files
authored
fix: add missing "to" in bullet point (#38702)
1 parent 1a1a2a3 commit ed4a4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This type of permanent link will render as a code snippet only in the repository
2828
{% data reusables.repositories.navigate-to-repo %}
2929
1. Locate the code you'd like to link to:
3030
* To link to code from a file, navigate to the file.
31-
* To link to code from a pull request, navigate to the pull request and click **{% octicon "diff" aria-hidden="true" aria-label="diff" %} Files changed**. Then, browse to the file that contains the code you want include in your comment, and click **View**.
31+
* To link to code from a pull request, navigate to the pull request and click **{% octicon "diff" aria-hidden="true" aria-label="diff" %} Files changed**. Then, browse to the file that contains the code you want to include in your comment, and click **View**.
3232
{% data reusables.repositories.choose-line-or-range %}
3333
1. To the left of the line or range of lines, click {% octicon "kebab-horizontal" aria-label="Code line X options" %}. In the drop-down menu, click **Copy permalink**.
3434

0 commit comments

Comments
 (0)