1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-31 20:25:47 +01:00

Fix some typos.

This commit is contained in:
Štěpán Němec
2010-12-24 17:43:31 +01:00
parent 6451646b0c
commit 879cb52279
7 changed files with 11 additions and 11 deletions

View File

@@ -100,7 +100,7 @@ const ConfigBase = Class(ModuleBase, {
host: null,
/**
* @property {Object} A map between key names for key events should be ignored,
* @property {Object} A map between key names for key events which should be ignored,
* and a mask of the modes in which they should be ignored.
*/
ignoreKeys: {}, // NOTE: be aware you can't put useful values in here, as "modes.NORMAL" etc. are not defined at this time
@@ -196,7 +196,7 @@ const ConfigBase = Class(ModuleBase, {
!CmdLine;>* font-family: monospace !important; padding: 1px !important;
CmdPrompt;.dactyl-commandline-prompt
CmdInput;.dactyl-commandline-command
CmdOutput white-space: pre;
CmdOutput white-space: pre;
CompGroup