File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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.
You can’t perform that action at this time.
0 commit comments