Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanushree Sharma committed Sep 26, 2024
1 parent 51b1f63 commit 2fbbeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/workers/wrangler/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ To bind assets to your Worker, assign an array of the below object to the `asset

- `binding` <Type text="string" /> <MetaInfo text="optional" />

- The binding name used to refer to the assets. Only required when creating full-stack applications.
- The binding name used to refer to the assets. Only required when executing a Worker alongside the static assets.

- `html_handling`: <Type text="'auto-trailing-slash' | 'force-trailing-slash' | 'drop-trailing-slash' | 'none'" /> <MetaInfo text="optional" />

Expand Down

0 comments on commit 2fbbeb6

Please sign in to comment.