skeletonlabs / floating-ui-svelte

A Floating UI wrapper for Svelte
https://floating-ui-svelte.vercel.app
MIT License
123 stars 4 forks source link

Fix some typos #92

Closed jaakkonakaza closed 1 month ago

jaakkonakaza commented 1 month ago

Description

Noticed the heading below says Changsets instead of Changesets so used a proofreading plugin to find some typos

Changsets

We use Changesets to automatically create our changelog per each release. Any changes or additions to the Library assets in /lib must be documented with a new Changeset. This can be done as follows:

  1. Navigate to the root of the project on your feature branch.
  2. Run pnpm changeset to trigger the Changeset CLI.
  3. Follow the instructions when prompted.
    • Changesets should be either minor or patch. Never major.
    • Prefix your Changeset description using: feature:, chore: or bugfix:.
  4. Changeset .md files are added to the /.changeset directory.
  5. Commit and push the the new changeset file.

Checklist

Please read and apply all contribution requirements.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
floating-ui-svelte ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 4:46pm
Hugos68 commented 1 month ago

@endigo9740 Is this good to merge?

endigo9740 commented 1 month ago

@Hugos68 @jaakkonakaza I've given my approval, but looks like a minor merge conflict will need to be resolved here.

Hugos68 commented 1 month ago

I've resolved the conflict, I'll merge once CI passes👍