File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 476
476
* any `<content>` elements are replaced with the list of nodes distributed
477
477
* to the `<content>`, the result of its `getDistributedNodes` method.
478
478
* @this {Element}
479
- * @return {Array<Node> } List of effctive child nodes.
479
+ * @return {Array<Node> } List of effective child nodes.
480
480
*/
481
481
getEffectiveChildNodes ( ) {
482
482
return /** @type {Polymer.DomApi } */ ( Polymer . dom ( this ) ) . getEffectiveChildNodes ( ) ;
500
500
* any `<content>` elements are replaced with the list of elements
501
501
* distributed to the `<content>`.
502
502
*
503
- * @return {Array<Node> } List of effctive children.
503
+ * @return {Array<Node> } List of effective children.
504
504
*/
505
505
getEffectiveChildren ( ) {
506
506
let list = this . getEffectiveChildNodes ( ) ;
514
514
* text content's of the element's effective childNodes (the elements
515
515
* returned by <a href="#getEffectiveChildNodes>getEffectiveChildNodes</a>.
516
516
*
517
- * @return {string } List of effctive children.
517
+ * @return {string } List of effective children.
518
518
*/
519
519
getEffectiveTextContent ( ) {
520
520
let cn = this . getEffectiveChildNodes ( ) ;
You can’t perform that action at this time.
0 commit comments