mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 00:05:45 +01:00
Fix :map -description spelling.
--HG-- extra : rebase_source : 105e6d962dfa20e96c1e942e2f1901c78e407be4
This commit is contained in:
@@ -462,9 +462,9 @@ const Mappings = Module("mappings", {
|
|||||||
description: "Execute this mapping as if there were no user-defined mappings"
|
description: "Execute this mapping as if there were no user-defined mappings"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: ["-descripion", "-d"],
|
names: ["-description", "-d"],
|
||||||
type: CommandOption.STRING,
|
type: CommandOption.STRING,
|
||||||
description: "A discription of this mapping"
|
description: "A description of this mapping"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: ["-ex", "-e"],
|
names: ["-ex", "-e"],
|
||||||
|
|||||||
Reference in New Issue
Block a user