Skip to content

Commit 79537bd

Browse files
Update src/content/docs/workers/tutorials/build-a-content-version-system/index.mdx
Co-authored-by: db-cloudflare <[email protected]>
1 parent 30c0d96 commit 79537bd

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
@@ -184,7 +184,7 @@ Edit the content of the `tsconfig.json` file:
184184

185185
## 2. Define the data structures for a version control system
186186

187-
Now, we will create code files inside the 'src' directory to implement out functions. File structute will be as follows:
187+
Create the files 'types.ts' and 'contentDO.ts' inside the 'src' directory. The file structure will be as follows:
188188

189189
```sh
190190
.src

0 commit comments

Comments
 (0)