From 7fcaa32198f4212c4a304189f9b4143a1a90f664 Mon Sep 17 00:00:00 2001 From: Zach Kreutzjans <110749471+zkreutzjanz@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:20:50 -0500 Subject: [PATCH] Update model-typing.mdx Small typo in intro paragraph --- docs/models/model-typing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/models/model-typing.mdx b/docs/models/model-typing.mdx index ce8903169..04b424144 100644 --- a/docs/models/model-typing.mdx +++ b/docs/models/model-typing.mdx @@ -7,7 +7,7 @@ sidebar_position: 8 ## Automated Attribute Typing -Model methods are strictly typed based on your attributes, but require you to define you to write a bit of configuration first. +Model methods are strictly typed based on your attributes, but require you to write a bit of configuration first. `Model` accept two generic types that you can use to let it know what its Attributes & Creation Attributes are like: You can use [`InferAttributes`](pathname:///api/v7/types/_sequelize_core.index.inferattributes),