Skip to content

Commit

Permalink
fix: doc usage typo (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
TopGrd authored Nov 12, 2024
1 parent 937c3ac commit d6b2788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/core/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const { error, files, pluginManager } = await build({
for (const file of files) {
const source = await getSource(file)

await write(file, file.path)
await write(file.path, file)
}
```

Expand Down

0 comments on commit d6b2788

Please sign in to comment.