Skip to content

Commit

Permalink
Update values.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth authored Jul 22, 2023
1 parent 810730e commit 42a156d
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>
```

As per the given HTML snippet, remember to place the values for data attributes within the same element alongside the controller data attribute.
As per the given HTML snippet, remember to place the data attributes for values on the same element as 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 42a156d

Please sign in to comment.