Skip to content

Commit 5591fc0

Browse files
bobbyu99josefaidt
andauthored
chore: use field-level validation in description
Co-authored-by: josef <[email protected]>
1 parent 75a2004 commit 5591fc0

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/data/field-level-validation

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/data/field-level-validation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function getStaticProps(context) {
2929
};
3030
}
3131

32-
You can enable field level validation in your model schema by chaining a `validate` function to the field.
32+
You can enable field-level validation in your model schema by chaining a `validate` function to the field.
3333

3434
## Examples
3535

0 commit comments

Comments
 (0)