From 6335fbe224f28d2ce65c628756a84113ea65643f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 16 Aug 2019 13:20:26 +0300 Subject: Use US locale consistently. (#29255) --- build/vnu-jar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/vnu-jar.js b/build/vnu-jar.js index 8c1353631..8c5190dbe 100644 --- a/build/vnu-jar.js +++ b/build/vnu-jar.js @@ -38,7 +38,7 @@ childProcess.exec('java -version', (error, stdout, stderr) => { 'The “color” input type is not supported in all browsers.*', 'The “datetime-local” input type is not supported in all browsers.*', 'The “time” input type is not supported in all browsers.*', - // IE11 doesn't recognise
/ give the element an implicit "main" landmark. + // IE11 doesn't recognize
/ give the element an implicit "main" landmark. // Explicit role="main" is redundant for other modern browsers, but still valid. 'The “main” role is unnecessary for element “main”.' ].join('|') -- cgit v1.2.3