1
0
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:
Doug Kearns
2010-10-20 00:26:54 +11:00
parent f69258ebe7
commit 0c797196c4
4 changed files with 4 additions and 4 deletions

View File

@@ -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)")]