Fix typos in docs

pull/1864/head
Bond_009 5 years ago
parent 126165080b
commit 03fe0e762d

@ -36,7 +36,7 @@ namespace MediaBrowser.Common.Updates
event EventHandler<GenericEventArgs<PackageVersionInfo>> PluginInstalled; event EventHandler<GenericEventArgs<PackageVersionInfo>> PluginInstalled;
/// <summary> /// <summary>
/// Gets the completed installations /// Gets the completed installations.
/// </summary> /// </summary>
IEnumerable<InstallationInfo> CompletedInstallations { get; } IEnumerable<InstallationInfo> CompletedInstallations { get; }
@ -91,7 +91,7 @@ namespace MediaBrowser.Common.Updates
/// Returns the available plugin updates. /// Returns the available plugin updates.
/// </summary> /// </summary>
/// <param name="cancellationToken">The cancellation token.</param> /// <param name="cancellationToken">The cancellation token.</param>
/// <returns>Tthe available plugin updates.</returns> /// <returns>The available plugin updates.</returns>
Task<IEnumerable<PackageVersionInfo>> GetAvailablePluginUpdates(CancellationToken cancellationToken = default); Task<IEnumerable<PackageVersionInfo>> GetAvailablePluginUpdates(CancellationToken cancellationToken = default);
/// <summary> /// <summary>

Loading…
Cancel
Save