Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Dec 5, 2024
1 parent 42c8871 commit 6cac968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ async function compileSource() {

if (compilation.nodes.length < 1) {
addLogText(
"You need at least node in your script!",
"You need at least one node in your script!",
"list-group-item-danger",
);
errorsExist = true;
Expand Down

0 comments on commit 6cac968

Please sign in to comment.