We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb134f commit b7a7e68Copy full SHA for b7a7e68
2-ui/99-ui-misc/02-selection-range/article.md
@@ -494,7 +494,7 @@ Focus on me, the cursor will be at position 10.
494
// zero delay setTimeout to run after browser "focus" action finishes
495
setTimeout(() => {
496
// we can set any selection
497
- // if start=end, the cursor it exactly at that place
+ // if start=end, the cursor is exactly at that place
498
area.selectionStart = area.selectionEnd = 10;
499
});
500
};
0 commit comments