mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: correct typo in documentation and localization files (#66704)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user