Skip to content

Commit

Permalink
Fix Pacakges typo (#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
seedysoft committed May 13, 2024
1 parent a317340 commit 615dee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Octokit/GitHubClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public Uri BaseAddress
public IOrganizationsClient Organization { get; private set; }

/// <summary>
/// Access GitHub's Pacakges API.
/// Access GitHub's Packages API.
/// </summary>
/// <remarks>
/// Refer to the API documentation for more information: https://docs.github.com/rest/packages
Expand Down
2 changes: 1 addition & 1 deletion Octokit/IGitHubClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public interface IGitHubClient : IApiInfoProvider
IOrganizationsClient Organization { get; }

/// <summary>
/// Access GitHub's Pacakges API.
/// Access GitHub's Packages API.
/// </summary>
/// <remarks>
/// Refer to the API documentation for more information: https://docs.github.com/rest/packages
Expand Down

0 comments on commit 615dee9

Please sign in to comment.