Skip to content

Commit

Permalink
Fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninot1Quyi committed Nov 6, 2024
1 parent 82b37e0 commit f6e309a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/agent/coder.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
});
Expand Down

0 comments on commit f6e309a

Please sign in to comment.