spelling: deserialized

This commit is contained in:
Josh Soref
2017-09-07 04:15:16 +00:00
parent 0a0ac24887
commit 2acbf5df07
+2 -2
View File
@@ -326,7 +326,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
*
* * `type`: {function} type to which an attribute matching the property
* is deserialized. Note the property is camel-cased from a dash-cased
* attribute. For example, 'foo-bar' attribute is dersialized to a
* attribute. For example, 'foo-bar' attribute is deserialized to a
* property named 'fooBar'.
*
* * `readOnly`: {boolean} creates a readOnly property and
@@ -705,7 +705,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
*
* By default, attributes declared in `properties` metadata are
* deserialized using their `type` information to properties of the
* same name. "Dash-cased" attributes are deserialzed to "camelCase"
* same name. "Dash-cased" attributes are deserialized to "camelCase"
* properties.
*
* @param {string} name Name of attribute.