We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d691e8 commit 7b16668Copy full SHA for 7b16668
1 file changed
ts/ui/menu/MenuUtil.ts
@@ -29,7 +29,7 @@ import {context} from '../../util/context.js';
29
export const isMac = context.window?.navigator?.platform?.substring(0, 3) === 'Mac';
30
31
/**
32
- * @param {string} text The text to be copied ot the clipboard
+ * @param {string} text The text to be copied to the clipboard
33
*/
34
export function copyToClipboard(text: string) {
35
const document = context.document;
0 commit comments