Skip to content

Commit 5577206

Browse files
committed
grammar
1 parent 65fbb9f commit 5577206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/QB-WebRTCSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('WebRTC API', function() {
4949
}).toThrow( new Error(errorString) );
5050
});
5151

52-
it('can to get devices', function(done) {
52+
it('can get devices', function(done) {
5353
if(isNodeEnv) {
5454
pending('WebRTC API isn\'t supported outside of the browser');
5555
}

0 commit comments

Comments
 (0)