aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-08-16 13:20:26 +0300
committerGitHub <[email protected]>2019-08-16 13:20:26 +0300
commit6335fbe224f28d2ce65c628756a84113ea65643f (patch)
tree2208aa7cb2345c4d7370d5d34c4adf971af4986a /build
parentbbbda681ccf5c699e7d8ef89e837258087f307e5 (diff)
downloadbootstrap-6335fbe224f28d2ce65c628756a84113ea65643f.tar.xz
bootstrap-6335fbe224f28d2ce65c628756a84113ea65643f.zip
Use US locale consistently. (#29255)
Diffstat (limited to 'build')
-rw-r--r--build/vnu-jar.js2
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('|')