This commit is contained in:
Jeremy Wu 2025-07-15 22:10:07 +10:00 committed by GitHub
parent 77a7c6ec75
commit 37d6cea2d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -281,7 +281,7 @@ public static class PluginInstaller
/// <summary>
/// Updates the plugin to the latest version available from its source.
/// </summary>
/// <param name="silentUpdate">If true, do not show any messages when there is no udpate available.</param>
/// <param name="silentUpdate">If true, do not show any messages when there is no update available.</param>
/// <param name="usePrimaryUrlOnly">If true, only use the primary URL for updates.</param>
/// <param name="token">Cancellation token to cancel the update operation.</param>
/// <returns></returns>