Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Dec 23, 2024
1 parent ca69d81 commit 3f492cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/render/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3f492cc

Please sign in to comment.