Skip to content

Commit

Permalink
fix artifactEnd docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Feb 10, 2023
1 parent 69d6cdd commit fed9873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/routes/api/codegen-plugins/+page.svx
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ export default plugin('plugin_name', async () => {

### `artifactEnd`

- Type `({ config: Config, document: Document }) => DocumentArtifact`
- Type `({ config: Config, document: Document }) => void`
- Plugins can overwrite values

Modifies the generated artifact before its written to disk. This is useful to set artifact data
Expand Down

0 comments on commit fed9873

Please sign in to comment.