1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-10 09:35:46 +01:00

Fix typo in :help :js text.

This commit is contained in:
Doug Kearns
2010-09-26 02:17:27 +10:00
parent 6657e0d6a4
commit 67535d91d9

View File

@@ -110,7 +110,7 @@
document syntax. For example, the following,
</p>
<code><ex>:jsavascript</ex> &lt;&lt;<em>EOF</em>
<code><ex>:javascript</ex> &lt;&lt;<em>EOF</em>
<kwd>for each</kwd> (<kwd>var</kwd> tab <kwd>in</kwd> tabs.visibleTabs)
tab.linkedBrowser.reload();
<em>EOF</em></code>