From 615dee9c30c88ee73754baeb3f113f97834a7aeb Mon Sep 17 00:00:00 2001 From: Seedysoft <144223673+seedysoft@users.noreply.github.com> Date: Tue, 14 May 2024 00:50:00 +0200 Subject: [PATCH] Fix Pacakges typo (#2917) --- Octokit/GitHubClient.cs | 2 +- Octokit/IGitHubClient.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Octokit/GitHubClient.cs b/Octokit/GitHubClient.cs index 0839d4c400..d7b8bea36f 100644 --- a/Octokit/GitHubClient.cs +++ b/Octokit/GitHubClient.cs @@ -260,7 +260,7 @@ public Uri BaseAddress public IOrganizationsClient Organization { get; private set; } /// - /// Access GitHub's Pacakges API. + /// Access GitHub's Packages API. /// /// /// Refer to the API documentation for more information: https://docs.github.com/rest/packages diff --git a/Octokit/IGitHubClient.cs b/Octokit/IGitHubClient.cs index 91ef11b772..3ff9f320c7 100644 --- a/Octokit/IGitHubClient.cs +++ b/Octokit/IGitHubClient.cs @@ -96,7 +96,7 @@ public interface IGitHubClient : IApiInfoProvider IOrganizationsClient Organization { get; } /// - /// Access GitHub's Pacakges API. + /// Access GitHub's Packages API. /// /// /// Refer to the API documentation for more information: https://docs.github.com/rest/packages