svelte icon indicating copy to clipboard operation
svelte copied to clipboard

docs: fix various typos in reference docs

Open Conduitry opened this issue 1 year ago • 3 comments
trafficstars

This fixes some typos introduced in #13919 and adds a few words clarifying when it is that doubled would otherwise remain unchanged.

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 many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs
  • [x] Prefix your PR title with feat:, fix:, chore:, or docs:.
  • [x] This message body should clearly illustrate what problems it solves.
  • [ ] Ideally, include a test that fails without this PR but passes with it.

Tests and linting

  • [ ] Run the tests with pnpm test and lint the project with pnpm lint

Conduitry avatar Oct 29 '24 00:10 Conduitry

⚠️ No Changeset found

Latest commit: 5d063ed25af3ec18e25cb35cfd8b6ca5a424ca2b

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

changeset-bot[bot] avatar Oct 29 '24 00:10 changeset-bot[bot]

pnpm add https://pkg.pr.new/svelte@14011

commit: 5d063ed

pkg-pr-new[bot] avatar Oct 29 '24 00:10 pkg-pr-new[bot]

I've pushed some more typo fixes to other parts of the reference docs. Most of these should be fairly objective, but a few are stylistic.

Conduitry avatar Oct 29 '24 12:10 Conduitry