Browse Source

Tweak return value description

Kevin Sawicki 8 years ago
parent
commit
9479536bb8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/api/clipboard.md

+ 3 - 3
docs/api/clipboard.md

@@ -77,9 +77,9 @@ Writes the `text` into the clipboard in RTF.
 
 ### `clipboard.readBookmark()`
 
-Returns an Object containing `title` and `url` string keys representing the
-bookmark in the clipboard. The `title` and `url` values will be empty strings
-when the bookmark is unavailable.
+Returns an Object containing `title` and `url` keys representing the bookmark in
+the clipboard. The `title` and `url` values will be empty strings when the
+bookmark is unavailable.
 
 ### `clipboard.writeBookmark(title, url[, type])`