Skip to content

Commit 114180e

Browse files
Fixing typo
1 parent 17f5ece commit 114180e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ import NestedForm from "stimulus-rails-nested-form"
110110
export default class extends NestedForm {
111111
connect() {
112112
super.connect()
113-
console.log("Do what you cant here.")
113+
console.log("Do what you want here.")
114114
}
115115
}
116116
```

0 commit comments

Comments
 (0)