1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 21:47:59 +01:00

Fix some typos.

This commit is contained in:
Štěpán Němec
2010-11-15 14:33:24 +01:00
parent 89b41e0fd2
commit 79e52c74d6
3 changed files with 5 additions and 5 deletions

View File

@@ -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) {