We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nodejs
Learn more about funding links in repositories.
Report abuse
1 parent 038608d commit 6a6cdfaCopy full SHA for 6a6cdfa
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