Skip to content

Commit c1f1b93

Browse files
Update src/content/docs/workers/tutorials/build-a-content-version-system/index.mdx
1 parent 3388d75 commit c1f1b93

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
@@ -353,7 +353,7 @@ async function getLatestPublishedVersion(contentDO: DurableObjectInstance, origi
353353
null;
354354
}
355355
```
356-
### Request Handler
356+
### Request handler
357357

358358
The following code will handle the main requests.
359359

0 commit comments

Comments
 (0)