diff --git a/docs/pages/how-to/built-in-types.mdx b/docs/pages/how-to/built-in-types.mdx index 4e63b1ea..c6bcd40c 100644 --- a/docs/pages/how-to/built-in-types.mdx +++ b/docs/pages/how-to/built-in-types.mdx @@ -77,4 +77,4 @@ const booleanType = defineEasyType({ Did you notice the difference between the two examples? -`defineEasyType` is a helper function that creates data types with type labels and colors. So you only need to care about how the balue should be rendered. All other details will be automatically handled. +`defineEasyType` is a helper function that creates data types with type labels and colors. So you only need to care about how the value should be rendered. All other details will be automatically handled.