IRepositoryContentsClient and RepositoryContentsClient fixes

This commit is contained in:
aedampir@gmail.com
2016-03-29 17:40:55 +07:00
parent 1f119767dc
commit 7dc3c41352
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ namespace Octokit
Task<Readme> GetReadme(string owner, string name);
/// <summary>
/// Gets the perferred README's HTML for the specified repository.
/// Gets the preferred README's HTML for the specified repository.
/// </summary>
/// <remarks>
/// See the <a href="http://developer.github.com/v3/repos/contents/#get-the-readme">API documentation</a> for more information.