We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a7c6e commit 37d6ceaCopy full SHA for 37d6cea
Flow.Launcher.Core/Plugin/PluginInstaller.cs
@@ -281,7 +281,7 @@ await DownloadFileAsync(
281
/// <summary>
282
/// Updates the plugin to the latest version available from its source.
283
/// </summary>
284
- /// <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>
285
/// <param name="usePrimaryUrlOnly">If true, only use the primary URL for updates.</param>
286
/// <param name="token">Cancellation token to cancel the update operation.</param>
287
/// <returns></returns>
0 commit comments