From 03fe0e762d77262fab3221abcffe8b4c290060bd Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Sat, 9 Nov 2019 20:23:09 +0100 Subject: [PATCH] Fix typos in docs --- MediaBrowser.Common/Updates/IInstallationManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MediaBrowser.Common/Updates/IInstallationManager.cs b/MediaBrowser.Common/Updates/IInstallationManager.cs index 7850385fdb..524d8f3c69 100644 --- a/MediaBrowser.Common/Updates/IInstallationManager.cs +++ b/MediaBrowser.Common/Updates/IInstallationManager.cs @@ -36,7 +36,7 @@ namespace MediaBrowser.Common.Updates event EventHandler> PluginInstalled; /// - /// Gets the completed installations + /// Gets the completed installations. /// IEnumerable CompletedInstallations { get; } @@ -91,7 +91,7 @@ namespace MediaBrowser.Common.Updates /// Returns the available plugin updates. /// /// The cancellation token. - /// Tthe available plugin updates. + /// The available plugin updates. Task> GetAvailablePluginUpdates(CancellationToken cancellationToken = default); ///