We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4570cd2 commit 9793240Copy full SHA for 9793240
lib/clipboard.class.ts
@@ -20,7 +20,7 @@ export class Clipboard {
20
}
21
22
/**
23
- * {@link paste} pastes the current content of the system clipboard (limited to text)
+ * {@link paste} returns the current content of the system clipboard (limited to text)
24
*/
25
public paste(): Promise<string> {
26
return this.nativeAdapter.paste();
0 commit comments