Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For example, if you are working on a feature related to adding a new component,

## Pull Requests

We welcome pull requests from everyone as long as they respeect the quality standards of this project. To submit a pull request, please follow these steps:
We welcome pull requests from everyone as long as they respect the quality standards of this project. To submit a pull request, please follow these steps:

1. Fork the repository and create a new branch based on the branch naming convention mentioned above.
2. Make your changes in the new branch.
Expand Down
2 changes: 1 addition & 1 deletion src/demo/Backgrounds/HyperspeedDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<template #preview>
<div class="h-[600px] overflow-hidden cursor-pointer demo-container">
<Hyperspeed :effect-options="currentPreset" />
<BackgroundContent pillText="New Background" headline="Cick & hold to see the real magic of hyperspeed!" />
<BackgroundContent pillText="New Background" headline="Click & hold to see the real magic of hyperspeed!" />
</div>

<Customize>
Expand Down