Skip to content

Commit 205833e

Browse files
committed
Merge pull request #104 from roccivic/typo-fix
Typo fix
2 parents e379882 + 8c07883 commit 205833e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = function(grunt) {
7070
dir: "coverage/"
7171
},
7272
// Buggiest browser
73-
browsers: browsers || ['sl_chorme'],
73+
browsers: browsers || ['sl_chrome'],
7474
// global config for SauceLabs
7575
sauceLabs: {
7676
username: grunt.option('sauce-username') || process.env.SAUCE_USERNAME,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Automated tests is running after every commit at travis-ci.
267267
1. Connect to sauce labs https://saucelabs.com/docs/connect
268268
2. `grunt test --sauce-local=true --sauce-username=**** --sauce-access-key=***`
269269

270-
other browsers can be used with `--browsers` flag, available browsers: sl_opera,sl_iphone,sl_safari,sl_ie10,sl_chorme,sl_firefox
270+
other browsers can be used with `--browsers` flag, available browsers: sl_opera,sl_iphone,sl_safari,sl_ie10,sl_chrome,sl_firefox
271271

272272
## Origin
273273
Flow.js was inspired by and evolved from https://github.com/23/resumable.js. Library has been supplemented with tests and features, such as drag and drop for folders, upload speed, time remaining estimation, separate files pause, resume and more.

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ module.exports = function(config) {
9292
platform: 'Windows 8',
9393
version: '10'
9494
},
95-
sl_chorme: {
95+
sl_chrome: {
9696
base: 'SauceLabs',
9797
browserName: 'chrome',
9898
platform: 'Windows 7'

0 commit comments

Comments
 (0)