From 2ba472e7ab39bf0cf8fac6619951949540edab68 Mon Sep 17 00:00:00 2001 From: Dulanga Dasanayake Date: Mon, 6 Oct 2025 15:05:10 +0530 Subject: [PATCH 1/2] Grammatical issue fix The list lacks parallel structure. "Publishing new packages" uses a gerund, but "view and install existing packages" shifts to bare infinitives without "to," creating inconsistency. --- content/packages/learn-github-packages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/packages/learn-github-packages/index.md b/content/packages/learn-github-packages/index.md index 45edf4987a6e..e5eef5c470ef 100644 --- a/content/packages/learn-github-packages/index.md +++ b/content/packages/learn-github-packages/index.md @@ -1,7 +1,7 @@ --- title: Learn GitHub Packages shortTitle: Learn GitHub Packages -intro: 'You can find out more about using packages in GitHub, including publishing new packages to {% data variables.product.prodname_registry %}, view and install existing packages, and, in special circumstances, delete existing packages.' +intro: 'You can find out more about using packages in GitHub, including publishing new packages to {% data variables.product.prodname_registry %}, viewing and installing existing packages, and deleting existing packages in special circumstances.' redirect_from: - /packages/getting-started-with-github-container-registry - /github/managing-packages-with-github-packages/publishing-and-managing-packages From 5f578176087ed041bcfd8188b07ee2dd5f6e8eaf Mon Sep 17 00:00:00 2001 From: Sharra-writes Date: Mon, 6 Oct 2025 14:55:58 -0700 Subject: [PATCH 2/2] Update content/packages/learn-github-packages/index.md --- content/packages/learn-github-packages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/packages/learn-github-packages/index.md b/content/packages/learn-github-packages/index.md index e5eef5c470ef..14e51d891a69 100644 --- a/content/packages/learn-github-packages/index.md +++ b/content/packages/learn-github-packages/index.md @@ -1,7 +1,7 @@ --- title: Learn GitHub Packages shortTitle: Learn GitHub Packages -intro: 'You can find out more about using packages in GitHub, including publishing new packages to {% data variables.product.prodname_registry %}, viewing and installing existing packages, and deleting existing packages in special circumstances.' +intro: 'You can find out more about using packages in GitHub, including viewing and installing existing packages, publishing new packages to {% data variables.product.prodname_registry %}, and, in special circumstances, deleting packages.' redirect_from: - /packages/getting-started-with-github-container-registry - /github/managing-packages-with-github-packages/publishing-and-managing-packages