Skip to content

docs: fix typo in form utils comment#15606

Open
Rohan5commit wants to merge 1 commit intosveltejs:mainfrom
Rohan5commit:docs/fix-form-utils-typo-20260326
Open

docs: fix typo in form utils comment#15606
Rohan5commit wants to merge 1 commit intosveltejs:mainfrom
Rohan5commit:docs/fix-form-utils-typo-20260326

Conversation

@Rohan5commit
Copy link
Contributor

@Rohan5commit Rohan5commit commented Mar 26, 2026

Fix a typo in the async request-body comment in packages/kit/src/runtime/form-utils.js.

Related issue: N/A

Guideline alignment: https://github.com/sveltejs/kit/blob/main/CONTRIBUTING.md

Validation: Not run; comment-only change.


Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • It's really useful if your PR references an issue where it is discussed ahead of time. In this case, N/A for a trivial comment fix.
  • This message body should clearly illustrate what problems it solves.
  • Ideally, include a test that fails without this PR but passes with it.

Tests

  • Run the tests with pnpm test and lint the project with pnpm lint and pnpm check

Changesets

  • If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running pnpm changeset and following the prompts. No changeset needed for this internal comment-only fix.

Edits

  • Please ensure that 'Allow edits from maintainers' is checked. PRs without this option may be closed.

Copilot AI review requested due to automatic review settings March 26, 2026 10:52
@changeset-bot
Copy link

changeset-bot bot commented Mar 26, 2026

⚠️ No Changeset found

Latest commit: 6a8ff5a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes a spelling typo in an inline comment within SvelteKit’s runtime form deserialization utility (form-utils.js), improving readability without affecting behavior.

Changes:

  • Corrected “asyncronously” → “asynchronously” in a request-body comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants