Skip to content

Commit

Permalink
minor jsdoc change
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed May 1, 2024
1 parent 075b9b6 commit d06d3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/combobox-control/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d06d3f3

Please sign in to comment.