diff --git a/test/parallel/test-macos-app-sandbox.js b/test/parallel/test-macos-app-sandbox.js index 53484834a36758..e1e5460ab22cda 100644 --- a/test/parallel/test-macos-app-sandbox.js +++ b/test/parallel/test-macos-app-sandbox.js @@ -1,7 +1,7 @@ 'use strict'; const common = require('../common'); if (process.platform !== 'darwin') - common.skip('App Sandbox is only avaliable on Darwin'); + common.skip('App Sandbox is only available on Darwin'); const fixtures = require('../common/fixtures'); const tmpdir = require('../common/tmpdir');