mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-18 08:23:32 +01:00
Typo fixes.
--HG-- extra : rebase_source : ae1f5592e46693439e561f82fdf14b33885071e6
This commit is contained in:
@@ -1167,7 +1167,7 @@ const Hints = Module("hints", {
|
||||
{
|
||||
completer: function (context) [
|
||||
["contains", "The typed characters are split on whitespace. The resulting groups must all appear in the hint."],
|
||||
["wordstartswith", "The typed characters are split on whitespace. The resulting groups must all match the beginings of words, in order."],
|
||||
["wordstartswith", "The typed characters are split on whitespace. The resulting groups must all match the beginnings of words, in order."],
|
||||
["firstletters", "Behaves like wordstartswith, but all groups much match a sequence of words."],
|
||||
["custom", "Delegate to a custom function: dactyl.plugins.customHintMatcher(hintString)"],
|
||||
["transliterated", UTF8("When true, special latin characters are translated to their ASCII equivalents (e.g., é ⇒ e)")]
|
||||
|
||||
Reference in New Issue
Block a user