Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1784b44

Browse files
committed
fix comment
1 parent 459f155 commit 1784b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/accessibility/RovingTabIndex.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ export const RovingTabIndexProvider: React.FC<IProps> = ({
247247

248248
if (focusRef) {
249249
focusRef.current?.focus();
250-
// programmatic focus doesn't fire the onFocus handler so we must do the do ourselves
250+
// programmatic focus doesn't fire the onFocus handler, so we must do the do ourselves
251251
dispatch({
252252
type: Type.SetFocus,
253253
payload: {

0 commit comments

Comments
 (0)