Fix grammar

This commit is contained in:
Ryan Gribble
2016-06-10 07:35:56 +10:00
parent ccd9654727
commit ff0c9dd2c2
7 changed files with 13 additions and 13 deletions
@@ -6,7 +6,7 @@ namespace Octokit
public interface ICommitCommentReactionsClient
{
/// <summary>
/// Creates a reaction for an specified Commit Comment
/// Creates a reaction for a specified Commit Comment
/// </summary>
/// <remarks>https://developer.github.com/v3/reactions/#create-reaction-for-a-commit-comment</remarks>
/// <param name="owner">The owner of the repository</param>