1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 20:44:11 +01:00

Fix :map -mode description.

This commit is contained in:
Doug Kearns
2011-01-31 22:29:26 +11:00
parent bff31e153d
commit bb4423c14c

View File

@@ -767,7 +767,7 @@ var Mappings = Module("mappings", {
literal: 0,
options: [
update({}, modeFlag, {
description: "The in which to feed the keys"
description: "The mode in which to feed the keys"
})
]
});