From d06d3f37421505757d05bab9fbc807dd39035d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Su=C3=A1rez?= Date: Wed, 1 May 2024 19:27:51 +0100 Subject: [PATCH] minor jsdoc change --- packages/components/src/combobox-control/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/components/src/combobox-control/index.tsx b/packages/components/src/combobox-control/index.tsx index 0c5578f5f0c494..b05a26ced927eb 100644 --- a/packages/components/src/combobox-control/index.tsx +++ b/packages/components/src/combobox-control/index.tsx @@ -63,8 +63,8 @@ const getIndexOfMatchingSuggestion = ( : matchingSuggestions.indexOf( selectedSuggestion ); /** - * Get the next index of a matching suggestion, - * considering the offset, the current index, and the offset/direction. + * Get the next index of a matching suggestions, + * considering the current index, and the offset/direction. * * @param {number} current - The current index. * @param {number} offset - The offset.