mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-27 23:45:47 +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", {
|
modes.addMode("FIND_BACKWARD", {
|
||||||
extended: true,
|
extended: true,
|
||||||
description: "Forward Find mode, active when typing search input"
|
description: "Backward Find mode, active when typing search input"
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
commandline: function () {
|
commandline: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user