Skip to content

Commit

Permalink
[docs] - fix button close tag (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbaticaldev authored Jul 15, 2024
1 parent 24f0803 commit 5eaf63b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Element expressions only work with [directives](/docs/v3/templates/directives/).
One built-in directive that can be used in an element expression is the `ref` directive. It provides a reference to the rendered element.
```js
html`<button ${ref(this.myRef)}`;
html`<button ${ref(this.myRef)}></button>`;
```
See [ref](/docs/v3/templates/directives/#ref) for more information.
Expand Down

0 comments on commit 5eaf63b

Please sign in to comment.