Skip to content

Commit

Permalink
remove semicolon from useform page (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
fahadsohail482 authored Aug 18, 2023
1 parent a47d32b commit 529be8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/useform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ useForm({
- There are other options for including form data:

```javascript
;<input {...register("hidden")} type="hidden" />
<input {...register("hidden")} type="hidden" />
register("hidden", { value: "data" })

// include data onSubmit
Expand Down

1 comment on commit 529be8f

@vercel
Copy link

@vercel vercel bot commented on 529be8f Aug 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-hook-form-website – ./

react-hook-form-website-git-master-hook-form.vercel.app
react-hook-form-website-hook-form.vercel.app
react-hook-form.com

Please sign in to comment.