Skip to content

Commit 192ec01

Browse files
Update src/content/docs/workers/tutorials/build-a-content-version-system/index.mdx
1 parent 26b947a commit 192ec01

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
@@ -332,7 +332,7 @@ const getHtmlTemplate = (content: string, message: string = '', timestamp: strin
332332
</html>
333333
`;
334334
```
335-
### CORS and Helper Functions
335+
### CORS and helper functions
336336

337337
You need to set up CORS headers to allow cross-origin requests. Add CORS headers and version management helper as below:
338338

0 commit comments

Comments
 (0)