Skip to content

Commit b730fd1

Browse files
authored
Update src/content/docs/workers/static-assets/index.mdx
1 parent 4e79672 commit b730fd1

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
@@ -266,7 +266,7 @@ export default {
266266

267267
**Consider what this Worker does:**
268268

269-
- Our Worker receives an HTTP request and extracts the URL.
269+
- Our Worker receives a HTTP request and extracts the URL.
270270
- If the request is for an API route (`/api/...`), it returns a JSON response.
271271
- Otherwise, it serves static assets from our directory (`env.ASSETS`).
272272

0 commit comments

Comments
 (0)