Skip to content

Commit 1f54064

Browse files
Update content/recipes/crud-generator.md
1 parent 86afab6 commit 1f54064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/crud-generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### CRUD generator (Typescript Only)
1+
### CRUD generator (TypeScript only)
22

33
Throughout the life span of a project, when we build new features, we often need to add new resources to our application. These resources typically require multiple, repetitive operations that we have to repeat each time we define a new resource.
44

0 commit comments

Comments
 (0)