mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
Fix a few documentation typos in NewRepository
This commit is contained in:
@@ -22,17 +22,17 @@ namespace Octokit
|
||||
public string Description { get; set; }
|
||||
|
||||
/// <summary>s
|
||||
/// Optional. Gets or sets whether to the enable downloads for the new repository. The default is true.
|
||||
/// Optional. Gets or sets whether to enable downloads for the new repository. The default is true.
|
||||
/// </summary>
|
||||
public bool? HasDownloads { get; set; }
|
||||
|
||||
/// <summary>s
|
||||
/// Optional. Gets or sets whether to the enable issues for the new repository. The default is true.
|
||||
/// Optional. Gets or sets whether to enable issues for the new repository. The default is true.
|
||||
/// </summary>
|
||||
public bool? HasIssues { get; set; }
|
||||
|
||||
/// <summary>s
|
||||
/// Optional. Gets or sets whether to the enable the wiki for the new repository. The default is true.
|
||||
/// Optional. Gets or sets whether to enable the wiki for the new repository. The default is true.
|
||||
/// </summary>
|
||||
public bool? HasWiki { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user