fix some grammar and tests

This commit is contained in:
maddin2016
2016-06-09 15:06:02 +02:00
parent 8db1c10bcb
commit ccd9654727
8 changed files with 15 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ namespace Octokit.Reactive
public interface IObservableCommitCommentReactionsClient
{
/// <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>