Skip to content

Commit b7a7e68

Browse files
committed
Fix typo in 2.99.2 (Selection and Range)
1 parent 3cb134f commit b7a7e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/99-ui-misc/02-selection-range/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ Focus on me, the cursor will be at position 10.
494494
// zero delay setTimeout to run after browser "focus" action finishes
495495
setTimeout(() => {
496496
// we can set any selection
497-
// if start=end, the cursor it exactly at that place
497+
// if start=end, the cursor is exactly at that place
498498
area.selectionStart = area.selectionEnd = 10;
499499
});
500500
};

0 commit comments

Comments
 (0)