diff --git a/Octokit/Clients/IRepositoryContentsClient.cs b/Octokit/Clients/IRepositoryContentsClient.cs index b072dc17..daf12728 100644 --- a/Octokit/Clients/IRepositoryContentsClient.cs +++ b/Octokit/Clients/IRepositoryContentsClient.cs @@ -80,7 +80,7 @@ namespace Octokit Task GetReadme(string owner, string name); /// - /// Gets the perferred README's HTML for the specified repository. + /// Gets the preferred README's HTML for the specified repository. /// /// /// See the API documentation for more information. diff --git a/Octokit/Clients/RepositoryContentsClient.cs b/Octokit/Clients/RepositoryContentsClient.cs index 7f3081c2..3b835d35 100644 --- a/Octokit/Clients/RepositoryContentsClient.cs +++ b/Octokit/Clients/RepositoryContentsClient.cs @@ -131,7 +131,7 @@ namespace Octokit } /// - /// Gets the perferred README's HTML for the specified repository. + /// Gets the preferred README's HTML for the specified repository. /// /// /// See the API documentation for more information.