Skip to content

Commit 3b89687

Browse files
Update src/content/docs/workers/static-assets/binding.mdx
Co-authored-by: WillTaylorDev <[email protected]>
1 parent fdc97a9 commit 3b89687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/static-assets/binding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ assets = { directory = "./public/" }
4141

4242
Sometime there are files in the asset directory that should not be uploaded.
4343

44-
In this case create a `.assetsignore` file in the root of the assets directory.
44+
In this case, create a `.assetsignore` file in the root of the assets directory.
4545
This file takes the same format as `.gitignore`.
4646

4747
Wrangler will not upload asset files that match lines in this file.

0 commit comments

Comments
 (0)