We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2330df8 commit 6803f93Copy full SHA for 6803f93
1 file changed
src/js/component.js
@@ -690,7 +690,7 @@ class Component {
690
* the child `Component`s element from this `Component`s element.
691
*
692
* @param {string|Component} component
693
- * The child `Component` to remove.
+ * The name or instance of a child to remove.
694
*/
695
removeChild(component) {
696
if (typeof component === 'string') {
0 commit comments