Small edits
This commit is contained in:
parent
3001ef7980
commit
715a88026e
2 changed files with 5 additions and 4 deletions
|
@ -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])`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue