Skip to content

Commit 6803f93

Browse files
committed
chore: updated comment for removeChild()
1 parent 2330df8 commit 6803f93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ class Component {
690690
* the child `Component`s element from this `Component`s element.
691691
*
692692
* @param {string|Component} component
693-
* The child `Component` to remove.
693+
* The name or instance of a child to remove.
694694
*/
695695
removeChild(component) {
696696
if (typeof component === 'string') {

0 commit comments

Comments
 (0)