From fd313ad578cf35d78662afd584ddff68c8822584 Mon Sep 17 00:00:00 2001 From: Ryohei Ikegami Date: Fri, 21 Apr 2017 16:30:23 +0900 Subject: [PATCH] Tweak doc text --- docs/api/clipboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/clipboard.md b/docs/api/clipboard.md index 536a74330f66..f96f01368c0d 100644 --- a/docs/api/clipboard.md +++ b/docs/api/clipboard.md @@ -163,7 +163,7 @@ Returns `Buffer` - Reads `format` type from the clipboard. * `buffer` Buffer * `type` String (optional) -Writes the `buffer` as `format` into the clipboard. +Writes the `buffer` into the clipboard as `format`. ### `clipboard.write(data[, type])`