From 28cd9d111c66a9f9dfdd7597bb05dc7514c159ea Mon Sep 17 00:00:00 2001 From: Cryze <111439736+NotCryze@users.noreply.github.com> Date: Tue, 9 Dec 2025 06:56:25 +0100 Subject: [PATCH] docs: correct typo in backup code recovery method description (#6374) --- docs/content/docs/plugins/2fa.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/docs/plugins/2fa.mdx b/docs/content/docs/plugins/2fa.mdx index 1338b5bf10..53f9fc797f 100644 --- a/docs/content/docs/plugins/2fa.mdx +++ b/docs/content/docs/plugins/2fa.mdx @@ -356,7 +356,7 @@ When you generate backup codes, the old backup codes will be deleted and new one #### Using Backup Codes -You can now allow users to provider backup code as account recover method. +You can now allow users to provide a backup code as an account recovery method. @@ -384,7 +384,7 @@ Once a backup code is used, it will be removed from the database and can't be us #### Viewing Backup Codes -To display the backup codes to the user, you can call `viewBackupCodes` on the server. This will return the backup codes in the response. You should only this if the user has a fresh session - a session that was just created. +To display the backup codes to the user, you can call `viewBackupCodes` on the server. This will return the backup codes in the response. You should only do this if the user has a fresh session - a session that was just created.