Skip to content

Commit 7b16668

Browse files
committed
Fix another typo
1 parent 6d691e8 commit 7b16668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts/ui/menu/MenuUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {context} from '../../util/context.js';
2929
export const isMac = context.window?.navigator?.platform?.substring(0, 3) === 'Mac';
3030

3131
/**
32-
* @param {string} text The text to be copied ot the clipboard
32+
* @param {string} text The text to be copied to the clipboard
3333
*/
3434
export function copyToClipboard(text: string) {
3535
const document = context.document;

0 commit comments

Comments
 (0)