Skip to content

Commit 2acbf5d

Browse files
committed
spelling: deserialized
1 parent 0a0ac24 commit 2acbf5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/mixins/element-mixin.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
*
327327
* * `type`: {function} type to which an attribute matching the property
328328
* is deserialized. Note the property is camel-cased from a dash-cased
329-
* attribute. For example, 'foo-bar' attribute is dersialized to a
329+
* attribute. For example, 'foo-bar' attribute is deserialized to a
330330
* property named 'fooBar'.
331331
*
332332
* * `readOnly`: {boolean} creates a readOnly property and
@@ -705,7 +705,7 @@
705705
*
706706
* By default, attributes declared in `properties` metadata are
707707
* deserialized using their `type` information to properties of the
708-
* same name. "Dash-cased" attributes are deserialzed to "camelCase"
708+
* same name. "Dash-cased" attributes are deserialized to "camelCase"
709709
* properties.
710710
*
711711
* @param {string} name Name of attribute.

0 commit comments

Comments
 (0)