Skip to content

Commit 4b96ed0

Browse files
committed
fix spelling
1 parent 25acd7e commit 4b96ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/v9.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default class CSInterface extends CSInterfaceV8 {
2929
getMonitorScaleFactor(): number {
3030

3131
if (navigator.appVersion.toLowerCase().indexOf("windows") === -1) {
32-
throw Error('OS not supported');
32+
throw Error('Operation System not supported');
3333
}
3434

3535
return window.__adobe_cep__.getMonitorScaleFactor();

0 commit comments

Comments
 (0)