mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 16:04:14 +01:00
Fix a typo in revision bfae12eaabd7.
This commit is contained in:
@@ -153,7 +153,7 @@ var RangeFinder = Module("rangefinder", {
|
||||
});
|
||||
modes.addMode("FIND_BACKWARD", {
|
||||
extended: true,
|
||||
description: "Forward Find mode, active when typing search input"
|
||||
description: "Backward Find mode, active when typing search input"
|
||||
});
|
||||
},
|
||||
commandline: function () {
|
||||
|
||||
Reference in New Issue
Block a user