We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5811105 commit 3f744c3Copy full SHA for 3f744c3
lib/elements/dom-repeat.html
@@ -446,7 +446,7 @@
446
console.warn('dom-repeat expected array for `items`, found', this.items);
447
}
448
// 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)
+ // path to that instance synchronously (returns false for non-item paths)
450
if (!this.__handleItemPath(change.path, change.value)) {
451
// Otherwise, the array was reset ('items') or spliced ('items.splices'),
452
// so queue a full refresh
0 commit comments