Skip to content

Commit 879227c

Browse files
authored
Update src/content/docs/workers/static-assets/index.mdx
1 parent e8d96d9 commit 879227c

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/static-assets

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Replace the file contents of our Wrangler configuration with the following:
230230

231231
</WranglerConfig>
232232

233-
**Let's look at our changes:**
233+
We have edited the Wrangler file in the following ways:
234234

235235
- We've added `main = "src/api/index.js"` to tell Cloudflare where to find our Worker code.
236236
- We've added an `ASSETS` binding, which our Worker code can use to fetch and serve assets.

0 commit comments

Comments
 (0)