From ed4a4ac82cb76bb93e0a75a104143dd398c65dd5 Mon Sep 17 00:00:00 2001 From: DocToon <113009474+doctoon@users.noreply.github.com> Date: Tue, 3 Jun 2025 06:09:00 +0300 Subject: [PATCH] fix: add missing "to" in bullet point (#38702) --- .../creating-a-permanent-link-to-a-code-snippet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet.md b/content/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet.md index b110fc0797..5336c136ab 100644 --- a/content/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet.md +++ b/content/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet.md @@ -28,7 +28,7 @@ This type of permanent link will render as a code snippet only in the repository {% data reusables.repositories.navigate-to-repo %} 1. Locate the code you'd like to link to: * To link to code from a file, navigate to the file. - * 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**. + * 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**. {% data reusables.repositories.choose-line-or-range %} 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**.