From 34adccec7cb9424817931c465bf43dbaa088893f Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Wed, 27 May 2020 19:10:26 -0230 Subject: [PATCH] Fix JSDoc for Tabs#_findChildByName (#8664) --- ui/app/components/ui/tabs/tabs.component.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/app/components/ui/tabs/tabs.component.js b/ui/app/components/ui/tabs/tabs.component.js index b3bd73fdd..c3c3162d8 100644 --- a/ui/app/components/ui/tabs/tabs.component.js +++ b/ui/app/components/ui/tabs/tabs.component.js @@ -75,9 +75,9 @@ export default class Tabs extends Component { } /** - * Returns the index of the child with the given key - * @param {string} key - the child key to search for - * @returns {number} + * Returns the index of the child with the given name + * @param {string} name - the name to search for + * @returns {number} the index of the child with the given name * @private */ _findChildByName (name) {