We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6984c commit 89dfc02Copy full SHA for 89dfc02
packages/lit-dev-content/site/docs/templates/directives.md
@@ -1683,7 +1683,7 @@ will be called bound to the host element automatically.
1683
class MyElement extends LitElement {
1684
1685
render() {
1686
- // Passing ref directive a change callback
+ // Passing a change callback to ref directive
1687
return html`<input ${ref(this.inputChanged)}>`;
1688
}
1689
@@ -1697,7 +1697,7 @@ class MyElement extends LitElement {
1697
1698
1699
1700
1701
1702
1703
0 commit comments