Tweak spec description
authorKevin Sawicki <kevinsawicki@gmail.com>
Tue, 19 Jan 2016 19:05:57 +0000 (11:05 -0800)
committerKevin Sawicki <kevinsawicki@gmail.com>
Tue, 19 Jan 2016 19:05:57 +0000 (11:05 -0800)
spec/api-desktop-capturer-spec.js

index c3ca940..ead916c 100644 (file)
@@ -12,7 +12,7 @@ describe('desktopCapturer', function() {
     });
   });
 
-  it('does not throw an error when called twice (regression)', function(done) {
+  it('does not throw an error when called more than once (regression)', function(done) {
     var callCount = 0;
     var callback = function (error, sources) {
       callCount++;