chore: fix some typos in comments (#3108)
Signed-off-by: loselarry <bikangning@yeah.net>
This commit is contained in:
@@ -22,7 +22,7 @@ export function copy(text: string) {
|
||||
}
|
||||
})
|
||||
.catch((e) => {
|
||||
// Firefox doesnt support clipboard-write permission
|
||||
// Firefox doesn't support clipboard-write permission
|
||||
if (navigator.userAgent.indexOf("Firefox") != -1) {
|
||||
navigator.clipboard.writeText(text).then(resolve).catch(reject);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user