Skip to content

Commit 445486e

Browse files
hugehopephilc
authored andcommitted
chore: remove repetitive words
Signed-off-by: hugehope <[email protected]>
1 parent 8f3097e commit 445486e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content_scripts/link_hints.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ class FilterHints {
925925
(keyChar.toLowerCase() !== keyChar) &&
926926
(this.linkHintNumbers.toLowerCase() !== this.linkHintNumbers.toUpperCase())
927927
) {
928-
// The the keyChar is upper case and the link hint "numbers" contain characters (e.g.
928+
// The keyChar is upper case and the link hint "numbers" contain characters (e.g.
929929
// [a-zA-Z]). We don't want some upper-case letters matching hints (above) and some matching
930930
// text (below), so we ignore such keys.
931931
return;

pages/completion_engines.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</p>
4747
<header>Available Completion Engines</header>
4848
<p>
49-
Search completion is available in this version of Vimium for the the following custom search engines.
49+
Search completion is available in this version of Vimium for the following custom search engines.
5050
</p>
5151
<p>
5252
<dl id="engineList"></dl>

0 commit comments

Comments
 (0)