Skip to content

Commit 3f744c3

Browse files
committed
spelling: returns
1 parent 5811105 commit 3f744c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elements/dom-repeat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
console.warn('dom-repeat expected array for `items`, found', this.items);
447447
}
448448
// If path was to an item (e.g. 'items.3' or 'items.3.foo'), forward the
449-
// path to that instance synchronously (retuns false for non-item paths)
449+
// path to that instance synchronously (returns false for non-item paths)
450450
if (!this.__handleItemPath(change.path, change.value)) {
451451
// Otherwise, the array was reset ('items') or spliced ('items.splices'),
452452
// so queue a full refresh

0 commit comments

Comments
 (0)