Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 0b09c1e

Browse files
Fixing typo
1 parent 62a1318 commit 0b09c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ import CheckboxSelectAll from "stimulus-checkbox-select-all"
127127
export default class extends CheckboxSelectAll {
128128
connect() {
129129
super.connect()
130-
console.log("Do what you cant here.")
130+
console.log("Do what you want here.")
131131
}
132132
}
133133
```

0 commit comments

Comments
 (0)