Skip to content

Commit 430f307

Browse files
Update src/content/docs/workers/tutorials/build-a-content-version-system/index.mdx
1 parent e1f54bc commit 430f307

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/tutorials/build-a-content-version-system

1 file changed

+1
-1
lines changed

src/content/docs/workers/tutorials/build-a-content-version-system/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Cloudflare Workers will route incoming requests to the Durable Objects instance.
295295

296296
To handle incoming requests, add the following code to `src/index.ts`:
297297

298-
### Initial Setup and HTML Template
298+
### Initial setup and HTML template
299299
```
300300
import { ContentDO } from './contentDO';
301301

0 commit comments

Comments
 (0)