Skip to content

Commit 710d51c

Browse files
committed
Merge branch 'main' of github.com:excid3/tailwindcss-stimulus-components
2 parents 270545b + daaf703 commit 710d51c

File tree

8 files changed

+360
-105
lines changed

8 files changed

+360
-105
lines changed

package-lock.json

Lines changed: 97 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default class extends Controller {
1212
enter(this.element)
1313
}, this.showDelayValue)
1414

15-
// Auto dimiss if defined
15+
// Auto dismiss if defined
1616
if (this.hasDismissAfterValue) {
1717
setTimeout(() => {
1818
this.close()

0 commit comments

Comments
 (0)