Skip to content

Commit

Permalink
[docs] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
x0k committed Nov 15, 2024
1 parent 0c5ee9a commit 3070432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/content/docs/integrations/sveltekit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ But if you really want the form to work with `JavaScript` disabled, you should c
will not update their state.
- Some widgets (like multiselect, depends on the theme) may will not work, because they require `JavaScript`.
- Conversion from `FormData` to `JSON` can happen with data loss.
This conversion relies on the fields id computation algorithm and
This conversion relies on the field names computation algorithm and
it may lead to ambiguous results if the following conditions are violated:
- Id prefix and separators:
- Must be non empty, non numeric string
Expand Down

0 comments on commit 3070432

Please sign in to comment.