Skip to content

Commit 925456a

Browse files
shaswat-indianpionxzh
authored andcommitted
fix: typo in doc
1 parent fcdf8f9 commit 925456a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/how-to/built-in-types.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ const booleanType = defineEasyType<boolean>({
7777

7878
Did you notice the difference between the two examples?
7979

80-
`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.
80+
`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 commit comments

Comments
 (0)