Skip to content

Commit 139edd0

Browse files
committed
spelling: effective
1 parent aa35d77 commit 139edd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/legacy/legacy-element-mixin.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
* any `<content>` elements are replaced with the list of nodes distributed
477477
* to the `<content>`, the result of its `getDistributedNodes` method.
478478
* @this {Element}
479-
* @return {Array<Node>} List of effctive child nodes.
479+
* @return {Array<Node>} List of effective child nodes.
480480
*/
481481
getEffectiveChildNodes() {
482482
return /** @type {Polymer.DomApi} */ (Polymer.dom(this)).getEffectiveChildNodes();
@@ -500,7 +500,7 @@
500500
* any `<content>` elements are replaced with the list of elements
501501
* distributed to the `<content>`.
502502
*
503-
* @return {Array<Node>} List of effctive children.
503+
* @return {Array<Node>} List of effective children.
504504
*/
505505
getEffectiveChildren() {
506506
let list = this.getEffectiveChildNodes();
@@ -514,7 +514,7 @@
514514
* text content's of the element's effective childNodes (the elements
515515
* returned by <a href="#getEffectiveChildNodes>getEffectiveChildNodes</a>.
516516
*
517-
* @return {string} List of effctive children.
517+
* @return {string} List of effective children.
518518
*/
519519
getEffectiveTextContent() {
520520
let cn = this.getEffectiveChildNodes();

0 commit comments

Comments
 (0)