Skip to content

Commit

Permalink
🐛 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychokiller1888 committed Nov 24, 2020
1 parent 6c4dc48 commit 3b04d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class BodyParser {
return;
}

this.body.text = this.body.text.replace(new RegExp('{{.*}}', 'g'), '"!!Missing declaration in environement!!"');
this.body.text = this.body.text.replace(new RegExp('{{.*}}', 'g'), '"!!Missing declaration in environment!!"');
const text = JSON.stringify(JSON.parse(this.body.text), null, 2);

return {
Expand Down

0 comments on commit 3b04d90

Please sign in to comment.