Skip to content

Commit ba8460b

Browse files
Fix typo for the SauceLabs test on Chrome 41 on Mac
1 parent e7ef7d7 commit ba8460b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ module.exports = function (grunt) {
174174
}, {
175175
browserName: 'chrome',
176176
platform: 'OS X 10.10',
177-
versiono: '41.0'
177+
version: '41.0'
178178
}],
179179
'windows7': [{
180180
browserName: 'internet explorer',

0 commit comments

Comments
 (0)