docs: Fixes GitHubApp response object code docs typo (#2478)

This commit is contained in:
Martin Costello
2022-07-14 17:15:48 +01:00
committed by GitHub
parent d15517dff3
commit ab1331a5a2

View File

@@ -31,7 +31,7 @@ namespace Octokit
public long Id { get; protected set; }
/// <summary>
/// The url-friendly version of the repository name.
/// The url-friendly version of the GitHub App name.
/// </summary>
public string Slug { get; protected set; }
@@ -56,7 +56,7 @@ namespace Octokit
public string ExternalUrl { get; protected set; }
/// <summary>
/// The URL to view the GitHub App on GitHub
/// The URL to view the GitHub App on GitHub.
/// </summary>
public string HtmlUrl { get; protected set; }