Skip to content

Commit f118771

Browse files
notriddleJoshua Nelson
and
Joshua Nelson
committed
Update static/menu.js
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 430a9da commit f118771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
case "pageup":
188188
// page up: jump five items up, stopping at the top
189189
// the number 5 is used so that we go one page in the
190-
// inner-scrolled Depedencies and Versions fields
190+
// inner-scrolled Dependencies and Versions fields
191191
switchTo = currentLink;
192192
for (var n = 0; n < 5 && switchTo; ++n) {
193193
switchTo = previous(allItems, switchTo);

0 commit comments

Comments
 (0)