Skip to content

Commit a235013

Browse files
authored
docs: Fix incorrect submission FAQ formatting
Add spacing between lines to support proper inline code formatting.
1 parent 868b8f0 commit a235013

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/guides/form-submission.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ If `isValidating` is `true` and `isSubmitting` is `true`.
6060

6161
<details>
6262
<summary>Why does isSubmitting remain true after submission?</summary>
63-
If the submission handler returns a promise, make sure it is correctly resolved or rejected when called.
64-
If the submission handler does not return a promise, make sure `setSubmitting(false)` is called at the end of the handler.
63+
64+
If the submission handler returns a promise, make sure it is correctly resolved or rejected when called.
65+
66+
If the submission handler does not return a promise, make sure `setSubmitting(false)` is called at the end of the handler.
67+
6568
</details>

0 commit comments

Comments
 (0)