Fix spelling mistakes

This commit is contained in:
Qu Yi 2024-11-06 12:25:11 +08:00
parent 82b37e02aa
commit f6e309a6bc
2 changed files with 1 additions and 1 deletions

View file

@ -19,7 +19,7 @@ export class Coder {
if (err) throw err;
this.code_template = data;
});
readFile('./bots/codeChackTemplate.js', 'utf8', (err, data) => {
readFile('./bots/codeCheckTemplate.js', 'utf8', (err, data) => {
if (err) throw err;
this.code_chack_template = data;
});