From 9479536bb8cc8d15e043de0b07eee3d5d83b141d Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 24 Jun 2016 15:35:30 -0700 Subject: [PATCH] Tweak return value description --- docs/api/clipboard.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/clipboard.md b/docs/api/clipboard.md index a8c4605..c4ae96c 100644 --- a/docs/api/clipboard.md +++ b/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])` -- 2.7.4