Skip to content

Commit

Permalink
[4.2] s/validatng/validating (#38494)
Browse files Browse the repository at this point in the history
Typo code review

this is a redo of #38482
  • Loading branch information
brianteeman committed Aug 18, 2022
1 parent 5b048df commit 1107a88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/multifactorauth/totp/src/Extension/Totp.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public function onUserMultifactorSaveSetup(SaveSetup $event): void
public function onUserMultifactorValidate(Validate $event): void
{
/**
* @var MfaTable $record The MFA Method's record you're validatng against
* @var MfaTable $record The MFA Method's record you're validating against
* @var User $user The user record
* @var string $code The submitted code
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ public function onUserMultifactorValidate(Validate $event): void
}

/**
* @var MfaTable $record The MFA Method's record you're validatng against
* @var MfaTable $record The MFA Method's record you're validating against
* @var User $user The user record
* @var string $code The submitted code
*/
Expand Down
2 changes: 1 addition & 1 deletion plugins/multifactorauth/yubikey/src/Extension/Yubikey.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public function onUserMultifactorSaveSetup(SaveSetup $event): void
public function onUserMultifactorValidate(Validate $event): void
{
/**
* @var MfaTable $record The MFA Method's record you're validatng against
* @var MfaTable $record The MFA Method's record you're validating against
* @var User $user The user record
* @var string $code The submitted code
*/
Expand Down

0 comments on commit 1107a88

Please sign in to comment.