File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ and renders declaratively using `lit-html`.
45
45
according to the rules for the ` attribute ` property option, will be set to the
46
46
value of the property serialized using the rules from the ` type ` property option.
47
47
Note, ` type: Boolean ` has special handling by default which means that truthy
48
- values result in the presense of the attribute, where as falsy values result
49
- in the absense of the attribute.
48
+ values result in the presence of the attribute, whereas falsy values result
49
+ in the absence of the attribute.
50
50
* ` hasChanged ` : A function that indicates whether a property should be considered
51
51
changed when it is set and thus result in an update. The function should take the
52
52
` newValue ` and ` oldValue ` and return ` true ` if an update should be requested.
You can’t perform that action at this time.
0 commit comments