diff options
| author | David Ullmer <daullmer@gmail.com> | 2021-02-06 18:36:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-06 18:36:18 +0100 |
| commit | 07f1a2c2dcad7890f19591ccd14d43cbc0e51e95 (patch) | |
| tree | 3de14ef9cc269e12bc19857248820285ab85230f | |
| parent | eb0ff0c37077cc70def96713b257204179c15f80 (diff) | |
Update Jellyfin.Api/Controllers/UserController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
| -rw-r--r-- | Jellyfin.Api/Controllers/UserController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/UserController.cs b/Jellyfin.Api/Controllers/UserController.cs index 17c28779a..43ee309b7 100644 --- a/Jellyfin.Api/Controllers/UserController.cs +++ b/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")] |
