diff --git a/docs/api/clipboard.md b/docs/api/clipboard.md index 536a74330f..f96f01368c 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])`