Browse Source

Tweak doc text

Ryohei Ikegami 8 years ago
parent
commit
fd313ad578
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/clipboard.md

+ 1 - 1
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])`