mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-10 12:13:32 +02:00
Fix typo in :help :js text.
This commit is contained in:
@@ -110,7 +110,7 @@
|
|||||||
document syntax. For example, the following,
|
document syntax. For example, the following,
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<code><ex>:jsavascript</ex> <<<em>EOF</em>
|
<code><ex>:javascript</ex> <<<em>EOF</em>
|
||||||
<kwd>for each</kwd> (<kwd>var</kwd> tab <kwd>in</kwd> tabs.visibleTabs)
|
<kwd>for each</kwd> (<kwd>var</kwd> tab <kwd>in</kwd> tabs.visibleTabs)
|
||||||
tab.linkedBrowser.reload();
|
tab.linkedBrowser.reload();
|
||||||
<em>EOF</em></code>
|
<em>EOF</em></code>
|
||||||
|
|||||||
Reference in New Issue
Block a user