mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Fix Pacakges typo (#2917)
This commit is contained in:
@@ -260,7 +260,7 @@ namespace Octokit
|
|||||||
public IOrganizationsClient Organization { get; private set; }
|
public IOrganizationsClient Organization { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Access GitHub's Pacakges API.
|
/// Access GitHub's Packages API.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// Refer to the API documentation for more information: https://docs.github.com/rest/packages
|
/// Refer to the API documentation for more information: https://docs.github.com/rest/packages
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ namespace Octokit
|
|||||||
IOrganizationsClient Organization { get; }
|
IOrganizationsClient Organization { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Access GitHub's Pacakges API.
|
/// Access GitHub's Packages API.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// Refer to the API documentation for more information: https://docs.github.com/rest/packages
|
/// Refer to the API documentation for more information: https://docs.github.com/rest/packages
|
||||||
|
|||||||
Reference in New Issue
Block a user