Skip to content

Commit 8921f13

Browse files
authored
docs: Update overview.md (#2946)
1 parent f5fd9ae commit 8921f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const project = await app.convert();
6262

6363
if (project) {
6464
// Generate configured outputs
65-
await generateOutputs(project);
65+
await app.generateOutputs(project);
6666

6767
// Alternatively...
6868
const outputDir = "docs";

0 commit comments

Comments
 (0)