Skip to content

Commit 3a7a7d9

Browse files
committed
chore: format
1 parent 9d81bf6 commit 3a7a7d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/hooks/use-submit.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ You may also choose which type of serialization you'd like via the `encType` opt
9191

9292
```tsx
9393
let obj = { key: "value" };
94-
submit(obj, { encType: 'application/x-www-form-urlencoded' }); // -> request.formData()
94+
submit(obj, {
95+
encType: "application/x-www-form-urlencoded",
96+
}); // -> request.formData()
9597
```
9698

9799
```tsx

0 commit comments

Comments
 (0)