Skip to content

Commit

Permalink
minor #195 Fix controller classes docs (jmsche)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Oct 19, 2022
2 parents 609e702 + f12162a commit 962265f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ If you want to set CSS classes:
</div>
<!-- or without values -->
<div {{ stimulus_controller('chart', controllerClasses: { 'loading': 'spinner' }) }}>
<div {{ stimulus_controller('chart', controllerClasses = { 'loading': 'spinner' }) }}>
Hello
</div>
```
Expand Down

0 comments on commit 962265f

Please sign in to comment.