mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 01:44:14 +01:00
Fix some typos.
This commit is contained in:
@@ -46,7 +46,7 @@ const Bookmarks = Module("bookmarks", {
|
||||
* Otherwise, if a bookmark for the given URL exists it is
|
||||
* updated instead.
|
||||
* @optional
|
||||
* @returns {boolean} True if the bookmark was added or update
|
||||
* @returns {boolean} True if the bookmark was added or updated
|
||||
* successfully.
|
||||
*/
|
||||
add: function add(unfiled, title, url, keyword, tags, force) {
|
||||
|
||||
@@ -1319,8 +1319,8 @@
|
||||
|
||||
<dl dt="width: 6em;">
|
||||
<dt></dt> <dd>Don't show link destination</dd>
|
||||
<dt>status</dt> <dd>Show the link's destination in the &tag.status-line;</dd>
|
||||
<dt>command</dt> <dd>Show the link's destination in the &tag.command-line;</dd>
|
||||
<dt>status</dt> <dd>Show the link destination in the &tag.status-line;</dd>
|
||||
<dt>command</dt> <dd>Show the link destination in the &tag.command-line;</dd>
|
||||
</dl>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user