Skip to content

Commit a95690b

Browse files
authored
Merge pull request #261 from imagentleman/patch-1
Fix typos on README.md
2 parents 4a38054 + 1de8fa3 commit a95690b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ and renders declaratively using `lit-html`.
4545
according to the rules for the `attribute` property option, will be set to the
4646
value of the property serialized using the rules from the `type` property option.
4747
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.
5050
* `hasChanged`: A function that indicates whether a property should be considered
5151
changed when it is set and thus result in an update. The function should take the
5252
`newValue` and `oldValue` and return `true` if an update should be requested.

0 commit comments

Comments
 (0)