Skip to content

Commit b8c4f10

Browse files
authored
Update model-typing.mdx (#781)
1 parent f3be966 commit b8c4f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/models/model-typing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_position: 8
77

88
## Automated Attribute Typing
99

10-
Model methods are strictly typed based on your attributes, but require you to define you to write a bit of configuration first.
10+
Model methods are strictly typed based on your attributes, but require you to write a bit of configuration first.
1111
`Model` accept two generic types that you can use to let it know what its Attributes & Creation Attributes are like:
1212

1313
You can use [`InferAttributes`](pathname:///api/v7/types/_sequelize_core.index.inferattributes),

0 commit comments

Comments
 (0)