Skip to content

Commit

Permalink
fix: typo in webhook.mdx (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Oct 19, 2023
1 parent e6d025b commit 1c6f034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/webhook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Body: Invalid '{header_key}' header value: '{url}' does not match the authorized
<TabItem value="callback">

```
Content-Disposition: attachement; filename={output-filename.ext}
Content-Disposition: attachment; filename={output-filename.ext}
Content-Type: {content-type}
Content-Length: {content-length}
Gotenberg-Trace: {trace}
Expand Down Expand Up @@ -126,4 +126,4 @@ User-Agent: Gotenberg
```

</TabItem>
</Tabs>
</Tabs>

0 comments on commit 1c6f034

Please sign in to comment.