Skip to content

Commit 37d6cea

Browse files
authored
fix typo
1 parent 77a7c6e commit 37d6cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Plugin/PluginInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ await DownloadFileAsync(
281281
/// <summary>
282282
/// Updates the plugin to the latest version available from its source.
283283
/// </summary>
284-
/// <param name="silentUpdate">If true, do not show any messages when there is no udpate available.</param>
284+
/// <param name="silentUpdate">If true, do not show any messages when there is no update available.</param>
285285
/// <param name="usePrimaryUrlOnly">If true, only use the primary URL for updates.</param>
286286
/// <param name="token">Cancellation token to cancel the update operation.</param>
287287
/// <returns></returns>

0 commit comments

Comments
 (0)