Skip to content

Commit

Permalink
fix: typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
shaswat-indian authored and pionxzh committed Feb 9, 2024
1 parent fcdf8f9 commit 925456a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/how-to/built-in-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ const booleanType = defineEasyType<boolean>({

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.

0 comments on commit 925456a

Please sign in to comment.