diff options
| author | XhmikosR <[email protected]> | 2019-08-16 13:20:26 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-16 13:20:26 +0300 |
| commit | 6335fbe224f28d2ce65c628756a84113ea65643f (patch) | |
| tree | 2208aa7cb2345c4d7370d5d34c4adf971af4986a /build | |
| parent | bbbda681ccf5c699e7d8ef89e837258087f307e5 (diff) | |
| download | bootstrap-6335fbe224f28d2ce65c628756a84113ea65643f.tar.xz bootstrap-6335fbe224f28d2ce65c628756a84113ea65643f.zip | |
Use US locale consistently. (#29255)
Diffstat (limited to 'build')
| -rw-r--r-- | build/vnu-jar.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 <main> / give the element an implicit "main" landmark. + // IE11 doesn't recognize <main> / 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('|') |
