Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: correct spelling throughout entire project #352

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ All code changes happen through pull requests.
Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:

1. Fork the repo and create your branch from 4.x.
2. Link your pull request to any relavent open issues.
2. Link your pull request to any relevant open issues.
3. If you've added or changed functionality update the documentation.
4. Make sure your code functions.
5. Update existing tests or write a new test to ensure your code will _continue_ to function regardless of future changes.
Expand Down
2 changes: 1 addition & 1 deletion demo/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const options = {
hoverType: "off",
hoverDelay: 250,
enterDelay: -1,
leaveDelat: -1,
leaveDelay: -1,
transitionClass: "transitioning",
transitionDuration: 250,
openDuration: -1,
Expand Down
4 changes: 2 additions & 2 deletions dist/accessible-menu.cjs.js

Large diffs are not rendered by default.

446 changes: 244 additions & 202 deletions dist/accessible-menu.es.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/accessible-menu.iife.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/disclosure-menu.cjs.js

Large diffs are not rendered by default.

Loading
Loading