Skip to content

Commit e435acd

Browse files
chore: typo
1 parent 9ab3ebc commit e435acd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/SearchList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ function SearchList(
295295
return;
296296
}
297297
// Ignore the focus if it's caused by a touch event on mobile chrome.
298-
// For example, along press will rigger a focus event on mobile chrome
298+
// For example, a long press will trigger a focus event on mobile chrome
299299
if (event.nativeEvent.sourceCapabilities.firesTouchEvents) {
300300
return;
301301
}

0 commit comments

Comments
 (0)