mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 15:32:27 +01:00
Fix some typos.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</li>
|
||||
<li>
|
||||
Backtracks to the first successful match after pressing backspace,
|
||||
unlike &dactyl.host;, which will always continue from the last match..
|
||||
unlike &dactyl.host;, which will always continue from the last match.
|
||||
</li>
|
||||
<li>
|
||||
Supports reverse incremental search.
|
||||
|
||||
@@ -323,7 +323,7 @@
|
||||
<tags>D</tags>
|
||||
<spec><oa>count</oa>D</spec>
|
||||
<description short="true">
|
||||
<p>Like <k>d</k> but selects the tab to the left of the deleted tabs after deletion..</p>
|
||||
<p>Like <k>d</k> but selects the tab to the left of the deleted tabs after deletion.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
||||
@@ -197,7 +197,7 @@ const Highlights = Module("Highlight", {
|
||||
* CSSLines ::= CSSLine | CSSLine "\n" CSSLines
|
||||
*
|
||||
* Where Class is the name of the sheet, Selector is the CSS
|
||||
* selector for the style, Site is the comma-separated list of site
|
||||
* selector for the style, Sites is the comma-separated list of site
|
||||
* filters to apply the style to.
|
||||
*
|
||||
* If Selector is not provided, it defaults to [dactyl|highlight~={Class}].
|
||||
|
||||
Reference in New Issue
Block a user