Skip to content

Commit 5d21a8b

Browse files
security-package/issues/170: Typo fix.
1 parent 4963ee7 commit 5d21a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ReCaptchaUi/Model/CaptchaResponseResolver.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function resolve(RequestInterface $request): string
2222
{
2323
$reCaptchaParam = $request->getParam(self::PARAM_RECAPTCHA);
2424
if (empty($reCaptchaParam)) {
25-
throw new InputException(__('reCapctha is required.'));
25+
throw new InputException(__('reCAPTCHA is required.'));
2626
}
2727
return $reCaptchaParam;
2828
}

0 commit comments

Comments
 (0)