Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed Nov 24, 2024
1 parent ee7ec58 commit 3c774b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/HulutiAltchaChallengeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ public function index(): JsonResponse

$challenge = Altcha::createChallenge($options);

return new JsonReponse($challenge);
return new JsonResponse($challenge);
}
}

0 comments on commit 3c774b9

Please sign in to comment.