mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-03-28 14:56:24 +01:00
Fix spelling mistakes
This commit is contained in:
parent
82b37e02aa
commit
f6e309a6bc
2 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue