mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
docs: Fixes GitHubApp response object code docs typo (#2478)
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user