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
@@ -16,7 +16,7 @@ namespace Octokit.Reactive
IObservable<Reaction> Create(string owner, string name, int number, NewReaction reaction);
/// <summary>
/// List reactions for an specified Issue.
/// List reactions for a specified Issue.
/// </summary>
/// <remarks>https://developer.github.com/v3/reactions/#list-reactions-for-an-issue</remarks>
/// <param name="owner">The owner of the repository</param>