diff --git a/spec/api-browser-window-spec.js b/spec/api-browser-window-spec.js index a0b043ed22f5..5bb18833ed22 100644 --- a/spec/api-browser-window-spec.js +++ b/spec/api-browser-window-spec.js @@ -598,7 +598,7 @@ describe('browser-window module', function () { const preload = path.join(fixtures, 'module', 'preload-sandbox.js') - // http protocol to simulate accessing a another domain. this is required + // http protocol to simulate accessing another domain. This is required // because the code paths for cross domain popups is different. function crossDomainHandler (request, callback) { callback({ diff --git a/spec/fixtures/api/sandbox.html b/spec/fixtures/api/sandbox.html index a684664a9665..a74a1d5d600a 100644 --- a/spec/fixtures/api/sandbox.html +++ b/spec/fixtures/api/sandbox.html @@ -1,9 +1,9 @@