Răsfoiți Sursa

Update Jellyfin.Api/Controllers/UserController.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
David Ullmer 4 ani în urmă
părinte
comite
07f1a2c2dc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Jellyfin.Api/Controllers/UserController.cs

+ 1 - 1
Jellyfin.Api/Controllers/UserController.cs

@@ -509,7 +509,7 @@ namespace Jellyfin.Api.Controllers
         /// <summary>
         /// Redeems a forgot password pin.
         /// </summary>
-        /// <param name="forgotPasswordPinRequest">The forgot password pin request containing the endered pin.</param>
+        /// <param name="forgotPasswordPinRequest">The forgot password pin request containing the entered pin.</param>
         /// <response code="200">Pin reset process started.</response>
         /// <returns>A <see cref="Task"/> containing a <see cref="PinRedeemResult"/>.</returns>
         [HttpPost("ForgotPassword/Pin")]