There was an error while loading. Please reload this page.
1 parent d8e6407 commit c5f6cd6Copy full SHA for c5f6cd6
src/core/component.js
@@ -276,7 +276,7 @@ Component.prototype = {
276
*
277
* @param {string} attrValue - HTML attribute value.
278
* If undefined, use the cached attribute value and continue updating properties.
279
- * @param {boolean} clobber - The previous component data is overwritten by the atrrValue
+ * @param {boolean} clobber - The previous component data is overwritten by the atrrValue.
280
*/
281
updateProperties: function (attrValue, clobber) {
282
var el = this.el;
0 commit comments