Skip to content

Commit c5f6cd6

Browse files
authored
Trigger builds
1 parent d8e6407 commit c5f6cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/core/component.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Component.prototype = {
276276
*
277277
* @param {string} attrValue - HTML attribute value.
278278
* If undefined, use the cached attribute value and continue updating properties.
279-
* @param {boolean} clobber - The previous component data is overwritten by the atrrValue
279+
* @param {boolean} clobber - The previous component data is overwritten by the atrrValue.
280280
*/
281281
updateProperties: function (attrValue, clobber) {
282282
var el = this.el;

0 commit comments

Comments
 (0)