We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f4d79 commit 7d85617Copy full SHA for 7d85617
test/parallel/test-macos-app-sandbox.js
@@ -1,7 +1,7 @@
1
'use strict';
2
const common = require('../common');
3
if (process.platform !== 'darwin')
4
- common.skip('App Sandbox is only avaliable on Darwin');
+ common.skip('App Sandbox is only available on Darwin');
5
6
const fixtures = require('../common/fixtures');
7
const tmpdir = require('../common/tmpdir');
0 commit comments