Skip to content

Commit e256d69

Browse files
author
Arthur Evans
authored
Fix typo in API doc.
Fix is API doc only, error originally reported in lit/lit.dev#769.
1 parent 022f87d commit e256d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/directives/live.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {AttributePart, BooleanAttributePart, directive, EventPart, NodePart, Pro
3030
*
3131
* html`<input .value=${live(x)}>`
3232
*
33-
* `live()` performs a strict equality check agains the live DOM value, and if
33+
* `live()` performs a strict equality check against the live DOM value, and if
3434
* the new value is equal to the live value, does nothing. This means that
3535
* `live()` should not be used when the binding will cause a type conversion. If
3636
* you use `live()` with an attribute binding, make sure that only strings are

0 commit comments

Comments
 (0)