Skip to content

Commit 3f492cc

Browse files
committed
typo in comment
1 parent ca69d81 commit 3f492cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/render/project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export async function renderProject(
307307
(projectRenderConfig.options.flags?.clean == true) &&
308308
(projType.cleanOutputDir === true))
309309
) {
310-
// ouptut dir
310+
// output dir
311311
const realProjectDir = normalizePath(context.dir);
312312
if (existsSync(projOutputDir)) {
313313
const realOutputDir = normalizePath(projOutputDir);

0 commit comments

Comments
 (0)