Skip to content

Commit

Permalink
Fix suggestion spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tellodaniel authored Jul 19, 2023
1 parent 107813d commit 4ac1fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/values.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can read and write [HTML data attributes](https://developer.mozilla.org/en-U
</div>
```

Data attributes used for values must be declared on the controlled element, the same one that has the `data-controller `attribute.
Data attributes used for values must be declared on the controlled element, the same one that has the `data-controller` attribute.

<meta data-controller="callout" data-callout-text-value="static values = { url: String }">
<meta data-controller="callout" data-callout-text-value="this.urlValue">
Expand Down

0 comments on commit 4ac1fd1

Please sign in to comment.