Skip to content

Commit 6c67a26

Browse files
authored
docs: fix typo in form-composition.md (#1221)
1 parent 46c4b1b commit 6c67a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/guides/form-composition.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const { useAppForm, withForm } = createFormHook({
168168
})
169169

170170
const ChildForm = withForm({
171-
// These valeus are only used for type-checking, and are not used at runtime
171+
// These values are only used for type-checking, and are not used at runtime
172172
// This allows you to `...formOpts` from `formOptions` without needing to redeclare the options
173173
defaultValues: {
174174
firstName: 'John',

0 commit comments

Comments
 (0)