We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d73d7b commit 9e86ce3Copy full SHA for 9e86ce3
packages/lit-dev-content/site/docs/v2/templates/directives.md
@@ -1692,7 +1692,7 @@ will be called bound to the host element automatically.
1692
class MyElement extends LitElement {
1693
1694
render() {
1695
- // Passing ref directive a change callback
+ // Passing a change callback to ref directive
1696
return html`<input ${ref(this.inputChanged)}>`;
1697
}
1698
@@ -1706,7 +1706,7 @@ class MyElement extends LitElement {
1706
1707
1708
1709
1710
1711
1712
0 commit comments