Browse Source

Fix typo in spec description

Kevin Sawicki 8 years ago
parent
commit
06c025050e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/node-spec.js

+ 1 - 1
spec/node-spec.js

@@ -150,7 +150,7 @@ describe('node feature', function () {
     })
 
     describe('error thrown in main process node context', function () {
-      it('gets emitted as an process uncaughtException event', function () {
+      it('gets emitted as a process uncaughtException event', function () {
         const error = ipcRenderer.sendSync('handle-uncaught-exception', 'hello')
         assert.equal(error, 'hello')
       })