mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 13:54:17 +01:00
Minor consistency fixes.
This commit is contained in:
@@ -353,7 +353,7 @@ var Highlights = Module("Highlight", {
|
||||
{ names: ["-append", "-a"], description: "Append new CSS to the existing value" },
|
||||
{
|
||||
names: ["-link", "-l"],
|
||||
description: "Links this group to another",
|
||||
description: "Link this group to another",
|
||||
type: CommandOption.LIST,
|
||||
completer: function (context, args) {
|
||||
let group = args[0] && highlight.get(args[0]);
|
||||
|
||||
Reference in New Issue
Block a user