diff --git a/ArchiSteamFarm/Plugins/Interfaces/IPluginUpdates.cs b/ArchiSteamFarm/Plugins/Interfaces/IPluginUpdates.cs
index 6102481f3..e5fbbafaa 100644
--- a/ArchiSteamFarm/Plugins/Interfaces/IPluginUpdates.cs
+++ b/ArchiSteamFarm/Plugins/Interfaces/IPluginUpdates.cs
@@ -43,7 +43,7 @@ public interface IPluginUpdates : IPlugin {
/// ASF variant of current instance, which may be useful if you're providing different versions for different ASF variants.
/// The target (new) version of the plugin found available in .
/// Available release assets for auto-update. Those come directly from your release on GitHub.
- /// Target release asset from that should be used for auto-update. You may return null if the update is unavailable, for example, because ASF version/variant is determined unsupported, or due to any other custom reason.
+ /// Target release asset from those provided that should be used for auto-update. You may return null if the update is unavailable, for example, because ASF version/variant is determined unsupported, or due to any other custom reason.
Task GetTargetReleaseAsset(Version asfVersion, string asfVariant, Version newPluginVersion, IReadOnlyCollection releaseAssets);
///