Skip to content

Commit 962265f

Browse files
committed
minor #195 Fix controller classes docs (jmsche)
This PR was merged into the main branch. Discussion ---------- Fix controller classes docs Hi, just a little typo I added in the docs yesterday :) Commits ------- f12162a Fix controller classes docs
2 parents 609e702 + f12162a commit 962265f

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
@@ -243,7 +243,7 @@ If you want to set CSS classes:
243243
</div>
244244
245245
<!-- or without values -->
246-
<div {{ stimulus_controller('chart', controllerClasses: { 'loading': 'spinner' }) }}>
246+
<div {{ stimulus_controller('chart', controllerClasses = { 'loading': 'spinner' }) }}>
247247
Hello
248248
</div>
249249
```

0 commit comments

Comments
 (0)