We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed493fd commit a7f6a59Copy full SHA for a7f6a59
1 file changed
lib/mapping.js
@@ -88,7 +88,7 @@ var options = {
88
key: 'S',
89
api: 'noscript',
90
bool: true,
91
- info: 'disable javascript (IE, Chrome, Firefox)'
+ info: 'disable JavaScript (IE, Chrome, Firefox)'
92
},
93
'clearcerts': {
94
name: 'clearCerts',
@@ -283,7 +283,7 @@ var options = {
283
key: 'c',
284
api: 'custom',
285
param: 'script',
286
- info: 'execute arbitrary javascript at the end of a test to collect custom metrics'
+ info: 'execute arbitrary JavaScript at the end of a test to collect custom metrics'
287
288
289
// API only settings
0 commit comments