Skip to content

Commit 3070432

Browse files
committed
[docs] Fix typo
1 parent 0c5ee9a commit 3070432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/content/docs/integrations/sveltekit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ But if you really want the form to work with `JavaScript` disabled, you should c
136136
will not update their state.
137137
- Some widgets (like multiselect, depends on the theme) may will not work, because they require `JavaScript`.
138138
- Conversion from `FormData` to `JSON` can happen with data loss.
139-
This conversion relies on the fields id computation algorithm and
139+
This conversion relies on the field names computation algorithm and
140140
it may lead to ambiguous results if the following conditions are violated:
141141
- Id prefix and separators:
142142
- Must be non empty, non numeric string

0 commit comments

Comments
 (0)