From 7ed656cf3e59d867cabb84461f6726357ed4ae80 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sun, 23 Jun 2024 18:50:36 +0530 Subject: [PATCH] chore(tests): update comment specifying command for exec Co-authored-by: Filip Tibell --- tests/process/exec/basic.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/process/exec/basic.luau b/tests/process/exec/basic.luau index f0b35d1..41b0847 100644 --- a/tests/process/exec/basic.luau +++ b/tests/process/exec/basic.luau @@ -2,7 +2,7 @@ local process = require("@lune/process") local stdio = require("@lune/stdio") local task = require("@lune/task") --- Executing a comamnd should work, with options +-- Executing a command should work, with options local thread = task.delay(1, function() stdio.ewrite("Spawning a process should take a reasonable amount of time\n")