From 3f492cc7df25df96d3a83456f72fab704b05d644 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Mon, 23 Dec 2024 14:48:21 +0100 Subject: [PATCH] typo in comment --- src/command/render/project.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/render/project.ts b/src/command/render/project.ts index 6e50bcdd0d..77050f6e2e 100644 --- a/src/command/render/project.ts +++ b/src/command/render/project.ts @@ -307,7 +307,7 @@ export async function renderProject( (projectRenderConfig.options.flags?.clean == true) && (projType.cleanOutputDir === true)) ) { - // ouptut dir + // output dir const realProjectDir = normalizePath(context.dir); if (existsSync(projOutputDir)) { const realOutputDir = normalizePath(projOutputDir);