Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lerner committed Sep 26, 2024
1 parent ab0bae3 commit 90610d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const holdingPenStatus = async (req: Request, res: Response) => {
return errorResponse(res, 400, [`Given job config ID ${jobConfigID} is not a number.`]);
}
if (await jobConfigInHoldingPen(jobConfigID)) {
res.json("This job is waiting of a grader image to build.");
res.json("This job is waiting on a grader image to build.");
} else {
res.json("This job could not be found in a holding pen. Please contact an admin or professor.");
}
Expand Down

0 comments on commit 90610d5

Please sign in to comment.