We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfa4bea + 7c86274 commit 148c3afCopy full SHA for 148c3af
2 files changed
.changeset/stupid-geese-change.md
@@ -0,0 +1,6 @@
1
+---
2
+'lit-html': patch
3
+'lit': patch
4
5
+
6
+Fix typo in API docs for live() directive.
packages/lit-html/src/directives/live.ts
@@ -83,7 +83,7 @@ class LiveDirective extends Directive {
83
* html`<input .value=${live(x)}>`
84
* ```
85
*
86
- * `live()` performs a strict equality check agains the live DOM value, and if
+ * `live()` performs a strict equality check against the live DOM value, and if
87
* the new value is equal to the live value, does nothing. This means that
88
* `live()` should not be used when the binding will cause a type conversion. If
89
* you use `live()` with an attribute binding, make sure that only strings are
0 commit comments