Skip to content

Commit a7f6a59

Browse files
Fix casing of JavaScript to match my README change, which broke tests
1 parent ed493fd commit a7f6a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mapping.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var options = {
8888
key: 'S',
8989
api: 'noscript',
9090
bool: true,
91-
info: 'disable javascript (IE, Chrome, Firefox)'
91+
info: 'disable JavaScript (IE, Chrome, Firefox)'
9292
},
9393
'clearcerts': {
9494
name: 'clearCerts',
@@ -283,7 +283,7 @@ var options = {
283283
key: 'c',
284284
api: 'custom',
285285
param: 'script',
286-
info: 'execute arbitrary javascript at the end of a test to collect custom metrics'
286+
info: 'execute arbitrary JavaScript at the end of a test to collect custom metrics'
287287
},
288288

289289
// API only settings

0 commit comments

Comments
 (0)