fix: correct typo in documentation and localization files (#66704)

This commit is contained in:
Suyadi
2026-04-01 17:12:37 +07:00
committed by GitHub
parent 8580ba0ace
commit 10ae077307
6 changed files with 17 additions and 17 deletions
@@ -535,7 +535,7 @@ async function postExamGeneratedExamHandler(
* TODO: Consider validating req.user.id == lastAttempt.user_id?
*
* NOTE: Currently, questions can be _unanswered_ - taken away from a previous attempt submission.
* Theorectically, this is fine. Practically, it is unclear when that would be useful.
* Theoretically, this is fine. Practically, it is unclear when that would be useful.
*/
async function postExamAttemptHandler(
this: FastifyInstance,