From bf289935097d453b2606cd9ed8c63f84c869e926 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 21 May 2019 09:33:52 -0600 Subject: [PATCH] appease the js-doc linter hopefully --- src/utils/Accessibility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {