Skip to content

Commit 65ddf17

Browse files
Merge pull request #143 from kswedberg/inputs-meta
Fix typo in inputs/meta
2 parents bf9ebd8 + 849fbaa commit 65ddf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inputs/meta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: "Meta"
1313

1414
The `meta` input is meant to store arbitrary data that is not intended for display to end users. This input is hidden by default and can be used to store data that is not part of the form's schema.
1515

16-
Unlike the [hidden](/inputs/hidden) input (which renders an `<input type="hidden">` element), `meta` does not render *any* DOM elements so it’s value is in memory only and as such it can store any value type. In TypeScript its value is defined as `any`.
16+
Unlike the [hidden](/inputs/hidden) input (which renders an `<input type="hidden">` element), `meta` does not render *any* DOM elements so its value is in memory only and as such it can store any value type. In TypeScript its value is defined as `any`.
1717

1818
## Basic example
1919

0 commit comments

Comments
 (0)