Small edits

This commit is contained in:
Jessica Lord 2015-08-26 16:28:44 -07:00
parent 3001ef7980
commit 715a88026e
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# clipboard
The `clipboard` object provides methods to perform copy and paste operations.
The `clipboard` module provides methods to perform copy and paste operations.
The following example shows how to write a string to the clipboard:
```javascript
@ -19,7 +19,7 @@ console.log(clipboard.readText('selection'));
## Methods
The `clipboard` object has the following methods:
The `clipboard` module has the following methods:
### `clipboard.readText([type])`