Skip to content

Commit 9793240

Browse files
committed
Fixed wording on docstring
1 parent 4570cd2 commit 9793240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/clipboard.class.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class Clipboard {
2020
}
2121

2222
/**
23-
* {@link paste} pastes the current content of the system clipboard (limited to text)
23+
* {@link paste} returns the current content of the system clipboard (limited to text)
2424
*/
2525
public paste(): Promise<string> {
2626
return this.nativeAdapter.paste();

0 commit comments

Comments
 (0)