diff --git a/Jellyfin.Api/Controllers/PluginsController.cs b/Jellyfin.Api/Controllers/PluginsController.cs
index 9b731f88a9..1e658890eb 100644
--- a/Jellyfin.Api/Controllers/PluginsController.cs
+++ b/Jellyfin.Api/Controllers/PluginsController.cs
@@ -127,7 +127,7 @@ namespace Jellyfin.Api.Controllers
/// Plugin version.
/// Plugin enabled.
/// Plugin not found.
- /// An on success, or a if the file could not be found.
+ /// An on success, or a if the plugin could not be found.
[HttpPost("{pluginId}/{version}/Enable")]
[Authorize(Policy = Policies.RequiresElevation)]
[ProducesResponseType(StatusCodes.Status204NoContent)]