diff --git a/src/utils/Accessibility.js b/src/utils/Accessibility.js index c04d6e0d9b..f4909f971b 100644 --- a/src/utils/Accessibility.js +++ b/src/utils/Accessibility.js @@ -19,7 +19,7 @@ limitations under the License. * object. Useful in scenarios where componentDidMount does not have a * useful reference to an element, but one needs to focus the element on * first render. Example usage: ref={focusCapturedRef} - * @param ref The React reference to focus on, if not null + * @param {function} ref The React reference to focus on, if not null */ export function focusCapturedRef(ref) { if (ref) {