From 6cac9687aa1c410453622132fc1a35d62d7f9271 Mon Sep 17 00:00:00 2001 From: Jon Manning Date: Thu, 5 Dec 2024 16:31:56 +1100 Subject: [PATCH] Fix typo --- src/playground.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playground.ts b/src/playground.ts index c7ccf5b..a85cd40 100644 --- a/src/playground.ts +++ b/src/playground.ts @@ -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;