Correct spelling: docmentation -> documentation

This commit is contained in:
Devesh Khandelwal
2016-03-22 12:04:32 +05:30
parent d01b510f27
commit 71e7cc2055
6 changed files with 38 additions and 38 deletions

View File

@@ -475,7 +475,7 @@ namespace Octokit.Reactive
/// Access GitHub's Releases API.
/// </summary>
/// <remarks>
/// Refer to the API docmentation for more information: https://developer.github.com/v3/repos/releases/
/// Refer to the API documentation for more information: https://developer.github.com/v3/repos/releases/
/// </remarks>
public IObservableReleasesClient Release { get; private set; }