Skip to content

Commit

Permalink
docs: fix typo in form-composition.md (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
molimauro authored Mar 5, 2025
1 parent 46c4b1b commit 6c67a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/guides/form-composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const { useAppForm, withForm } = createFormHook({
})

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

0 comments on commit 6c67a26

Please sign in to comment.